Fix labels subs to use /var/run rather then /run, since /run will be ignored
This commit is contained in:
parent
6c034c693d
commit
40cef5a361
@ -8,6 +8,6 @@
|
|||||||
/usr/local/lib64 /usr/lib
|
/usr/local/lib64 /usr/lib
|
||||||
/usr/local/lib32 /usr/lib
|
/usr/local/lib32 /usr/lib
|
||||||
/etc/systemd/system /usr/lib/systemd/system
|
/etc/systemd/system /usr/lib/systemd/system
|
||||||
/run/systemd/system /usr/lib/systemd/system
|
/var/run/systemd/system /usr/lib/systemd/system
|
||||||
/run/systemd/generator /usr/lib/systemd/system
|
/var/run/systemd/generator /usr/lib/systemd/system
|
||||||
/var/lib/xguest/home /home
|
/var/lib/xguest/home /home
|
||||||
|
Loading…
Reference in New Issue
Block a user