diff options
| author | Michael Grote | 2023-08-02 20:48:47 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-08-02 20:48:47 +0200 |
| commit | a8ef935a22643a870ecb304f8e6785bd42d768b4 (patch) | |
| tree | d6cb4ef5eab88957be8c8afb7eb82a457fceea5e /.drone.yml | |
| parent | 5f543bb8f98524d64d063dfa68eb29a2531d7bba (diff) | |
add service units
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ steps: --depends mbuffer \ --depends build-essential \ --depends git \ + sanoid-prune.service=/lib/systemd/system/sanoid-prune.service \ + sanoid.service=/lib/systemd/system/sanoid.service \ + sanoid.timer=/lib/systemd/system/sanoid.timer \ sanoid=/usr/bin/sanoid \ syncoid=/usr/bin/syncoid \ sanoid.conf=/etc/sanoid/sanoid.conf \ |