summarylogtreecommitdiffstats
path: root/gcopy.service
blob: 8f061b2d5e3d42a6ca21bcd8cec08c654e549d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description = Gcopy backend
Wants = network-online.target
After = network-online.target

[Service]
User = gcopy
Restart = on-failure
EnvironmentFile = -/etc/gcopy/gcopy.env
ExecStart = /usr/bin/gcopy $APPEND_ARGS
TimeoutStopSec = 5

[Install]
WantedBy = multi-user.target