summaryrefslogtreecommitdiff
path: root/net-p2p/syncthing/files/syncthing.service
blob: e5ff0aeed765841460bcb88935f47cc212373f48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Syncthing service for %i
After=network.target

[Service]
User=%i
Environment=STNORESTART=yes
ExecStart=/usr/bin/syncthing
Restart=always

[Install]
WantedBy=multi-user.target