mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
11 lines
206 B
Desktop File
11 lines
206 B
Desktop File
[Unit]
|
|
Description=Syncthing file synchronization
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/syncthing serve --no-browser --no-restart --logfile=default
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=default.target
|