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
(cherry picked from commit 7adc5162fb
)
This commit is contained in:
parent
841e65a397
commit
b7ed511554
@ -6,6 +6,7 @@ Wants=network-online.target
|
||||
[Service]
|
||||
User=root
|
||||
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/
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user