dotfiles/.config/systemd/user/syncthing.service
Sravan Balaji 687aec8913 Syncthing Systemd Service & GTK on Startup
- Add systemd user service file to run syncthing daemon
- Add syncthing-gtk to list of startup applications
2022-08-15 08:39:08 -04:00

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