systemd/vcs-backup-clone.service
author František Kučera <franta-hg@frantovo.cz>
Wed, 24 Apr 2019 16:59:17 +0200
branchv_0
changeset 19 d7978ca64a20
parent 5 5e5d4c937739
permissions -rw-r--r--
do pull 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