You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original method added complexity of a script file which requires
`chmod +x`, runs sudo on each invocation (which can spam logs), and
does not invoke `systemctl daemon-reload` before starting the units
leading to warnings (though not fatal).
This new flow uses systemd's own execution environment (including
handling the user) and simplifies the dependencies. Activation is also
streamlined since systemctl can handle multiple units in one command,
avoiding shell `for` loops.
Signed-off-by: Liam Dennehy <liam@wiemax.net>
0 commit comments