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