systemd/vcs-backup-clone.service
author František Kučera <franta-hg@frantovo.cz>
Sat, 20 Apr 2019 22:17:38 +0200
branchv_0
changeset 9 66728b983b41
parent 5 5e5d4c937739
permissions -rw-r--r--
recfile multi-line value escaping
     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