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

[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