diff --git a/btrbk.service b/btrbk.service index 0a84c93..228fd5e 100644 --- a/btrbk.service +++ b/btrbk.service @@ -1,8 +1,11 @@ [Unit] -Description=runs backup for btrfs subvolumes +Description=backup for btrfs subvolumes Wants=btrfs.timer [Service] Type=simple ExecStart=/usr/local/bin/btrbk --backup +[Install] +WantedBy=multi-user.target +