systemd/vcs-backup-clone.service
author František Kučera <franta-hg@frantovo.cz>
Thu, 18 Apr 2019 21:16:33 +0200
branchv_0
changeset 1 9a2e2812c319
child 5 5e5d4c937739
permissions -rw-r--r--
systemd services
     1 [Unit]
     2 Description = VCS Backup: clone
     3 After = network.target
     4 
     5 [Service]
     6 ExecStart = /usr/local/bin/vcs-backup.sh serverStartCloneService
     7 
     8 [Install]
     9 WantedBy = multi-user.target