sysfiles/etc/systemd/system/syncthing-dc.service

18 lines
379 B
SYSTEMD
Raw Normal View History

2022-12-03 00:27:52 +01:00
[Unit]
2022-12-07 21:52:08 +01:00
Description=Syncthing (Compose Service)
2022-12-03 00:27:52 +01:00
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