mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +01:00
14 lines
360 B
Desktop File
14 lines
360 B
Desktop File
[Unit]
|
|
Description=Syncfuse Container Stack via Podman-Compose
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/apps/syncfuse
|
|
EnvironmentFile=/opt/apps/syncfuse/.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
|