sysfiles/etc/systemd/system/docker-compose-syncthing.se...

18 lines
396 B
SYSTEMD

[Unit]
Description=Docker Compose Syncthing Application Service
Requires=docker.service
After=docker.service
[Service]
WorkingDirectory=/opt/syncthing
ExecStart=/usr/bin/docker-compose --project-name syncthing up
ExecStop=/usr/bin/docker-compose --project-name syncthing down
TimeoutStartSec=0
Restart=on-failure
StartLimitIntervalSec=60
StartLimitBurst=3
[Install]
WantedBy=multi-user.target