mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
14 lines
298 B
Desktop File
14 lines
298 B
Desktop File
[Unit]
|
|
Description=Syncthing - Open Source Continuous File Synchronization
|
|
Documentation=https://docs.syncthing.net/
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/syncthing serve --no-browser --no-restart --no-upgrade
|
|
Restart=on-failure
|
|
User=amin
|
|
Group=amin
|
|
|
|
[Install]
|
|
WantedBy=default.target
|