systemd/vcs-backup-subvolume.service
author František Kučera <franta-hg@frantovo.cz>
Sun, 21 Apr 2019 21:49:35 +0200
branchv_0
changeset 12 7bdf24cc2e9e
parent 1 9a2e2812c319
permissions -rw-r--r--
do not stuck when cloning already mirrored repository
     1 [Unit]
     2 Description = VCS Backup: subvolume
     3 After = network.target
     4 
     5 [Service]
     6 ExecStart = /usr/local/bin/vcs-backup.sh serverStartSubvolumeService
     7 
     8 [Install]
     9 WantedBy = multi-user.target