systemd/vcs-backup-clone.service
author František Kučera <franta-hg@frantovo.cz>
Sun, 21 Apr 2019 21:57:46 +0200
branchv_0
changeset 14 1e1ba6753d92
parent 5 5e5d4c937739
permissions -rw-r--r--
reports: use printRecfileKeyValue also for headers
     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