summarylogtreecommitdiffstats
path: root/verysync.service
blob: 5b42514e0d23c705c5dc5db510b201daa8db7a2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Verysync - Verysync File Synchronization for %I
After=network.target

[Service]
# User=verysync
# Group=verysync
User=root
Group=root
Type=simple
ExecStart=/usr/bin/verysync -gui-address :8886 -no-browser -no-restart -logflags=0 
Restart=on-failure
SuccessExitStatus=3 4
RestartForceExitStatus=3 4

[Install]
WantedBy=multi-user.target