umami/podman/syncfuse.service
2026-02-12 14:09:22 +05:30

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