- Add systemd user service file to run syncthing daemon - Add syncthing-gtk to list of startup applications
13 lines
170 B
Desktop File
13 lines
170 B
Desktop File
[Unit]
|
|
Description=Syncthing
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/syncthing
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
SuccessExitStatus=3 4
|
|
|
|
[Install]
|
|
WantedBy=default.target
|