mirror of
https://github.com/lesderid/image-archlinux
synced 2025-04-11 14:45:39 +02:00
moving custom stuff from /usr/sbin to /usr/local/sbin (/usr/sbin on archlinux is just a symlink)
This commit is contained in:
parent
598506016d
commit
83aa4c93af
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user