diff -r 6207c211aafd -r 9a2e2812c319 systemd/vcs-backup-subvolume.service --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/systemd/vcs-backup-subvolume.service Thu Apr 18 21:16:33 2019 +0200 @@ -0,0 +1,9 @@ +[Unit] +Description = VCS Backup: subvolume +After = network.target + +[Service] +ExecStart = /usr/local/bin/vcs-backup.sh serverStartSubvolumeService + +[Install] +WantedBy = multi-user.target