mirror of
https://abf.rosa.ru/djam/syncthing.git
synced 2025-02-24 08:52:57 +00:00
13 lines
174 B
SYSTEMD
13 lines
174 B
SYSTEMD
|
[Unit]
|
||
|
Description=Syncthing
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=%I
|
||
|
Environment=STNORESTART=yes
|
||
|
ExecStart=/usr/bin/syncthing
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|