systemd/vcs-backup-clone.service
author František Kučera <franta-hg@frantovo.cz>
Tue, 23 Apr 2019 17:56:16 +0200
branchv_0
changeset 18 9353b2531cda
parent 5 5e5d4c937739
permissions -rw-r--r--
update public/private status while submitting already configured repository
     1 [Unit]
     2 Description = VCS Backup: clone
     3 After = network.target
     4 
     5 [Service]
     6 User=vcs-backup
     7 ExecStart = /usr/local/bin/vcs-backup.sh serverStartCloneService
     8 
     9 [Install]
    10 WantedBy = multi-user.target