Make sure /run/weldr has correct ownership and permissions
Normally tmpfiles.d will handle this at boot time, but if you install lorax-composer without rebooting it was ending up with root:root ownership instead of root:weldr
This commit is contained in:
parent
adc91a4ce0
commit
4c466d4620
@ -6,6 +6,7 @@ Wants=network-online.target
|
|||||||
[Service]
|
[Service]
|
||||||
User=root
|
User=root
|
||||||
Type=simple
|
Type=simple
|
||||||
|
ExecStartPre=/usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/lorax-composer.conf
|
||||||
ExecStart=/usr/sbin/lorax-composer /var/lib/lorax/composer/recipes/
|
ExecStart=/usr/sbin/lorax-composer /var/lib/lorax/composer/recipes/
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
Reference in New Issue
Block a user