aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/syncthing.service
blob: 7683fadd0dda5dc061c7254fddad3a8f4b128c6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Syncthing - Open Source Continuous File Synchronization
StartLimitBurst=5
StartLimitIntervalSec=600

[Service]
IOWeight=60
CPUQuota=60%
RestartSec=3
Restart=always
SyslogIdentifier=syncthing
ExecStart=/usr/bin/env syncthing -no-browser -no-restart -logflags=0

[Install]
WantedBy=default.target