mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 03:18:59 +00:00
13 lines
235 B
SYSTEMD
13 lines
235 B
SYSTEMD
|
[Unit]
|
||
|
Description=Syncthing service
|
||
|
|
||
|
[Service]
|
||
|
Environment=STARGS=
|
||
|
EnvironmentFile=-%h/.config/syncthing/environment
|
||
|
Environment=STNORESTART=yes
|
||
|
ExecStart=/usr/bin/syncthing ${STARGS}
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=cmdline.target
|