moving custom stuff from /usr/sbin to /usr/local/sbin (/usr/sbin on archlinux is just a symlink)

This commit is contained in:
Lukas Schauer 2015-03-21 16:46:52 +01:00
parent 598506016d
commit 83aa4c93af
6 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
Description=OCS additional volumes mounter
[Service]
ExecStart=/usr/sbin/oc-add-extra-volumes
ExecStop=/usr/sbin/oc-remove-extra-volumes
ExecStart=/usr/local/sbin/oc-add-extra-volumes
ExecStop=/usr/local/sbin/oc-remove-extra-volumes
Type=forking
[Install]

View File

@ -3,7 +3,7 @@ Description=OCS fetch kernel modules from OCS mirror
After=NetworkManager-wait-online.service
[Service]
ExecStart=/usr/sbin/oc-sync-kernel-modules
ExecStart=/usr/local/sbin/oc-sync-kernel-modules
Type=oneshot
[Install]

View File

@ -7,4 +7,4 @@ After=shutdown.target umount.target final.target
[Service]
Type=oneshot
ExecStart=/usr/sbin/oc-nbd-disconnect-root
ExecStart=/usr/local/sbin/oc-nbd-disconnect-root