قرینه از
https://github.com/umami-software/umami.git
synced 2025-08-21 16:17:35 +00:00
15 خطوط
351 B
Desktop File
15 خطوط
351 B
Desktop File
[Unit]
|
|
Description=Umami Container Stack via Podman-Compose
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/apps/umami
|
|
EnvironmentFile=/opt/apps/umami/.env
|
|
ExecStart=/usr/bin/podman-compose -f podman-compose.yml up -d
|
|
ExecStop=/usr/bin/podman-compose -f podman-compose.yml down
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=default.target
|