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
Files in systemd directories should be things like: .service, .slice, .target, .wants, .timer, .socket, etc. -- each of which is a file type defined, managed, and parsed by systemd.
A simple start would be to replace unit_path with prestart_path so that it's at least vaguely easy to separate.
The text was updated successfully, but these errors were encountered:
jsoref
added a commit
to jsoref/pleaserun
that referenced
this issue
Dec 27, 2018
The short of it is that /etc/systemd/system and similar is for configuration files, not executable files.
Beyond that, systemd at times adds additional file extensions, so essentially it reserves the directories for its own purpose, if you aren't placing a file type that it promises to support, you potentially interfere with a future behavior of systemd.
https://github.com/jordansissel/pleaserun/search?q=prestart.sh&unscoped_q=prestart.sh
Files in systemd directories should be things like:
.service
,.slice
,.target
,.wants
,.timer
,.socket
, etc. -- each of which is a file type defined, managed, and parsed by systemd.A simple start would be to replace unit_path with prestart_path so that it's at least vaguely easy to separate.
The text was updated successfully, but these errors were encountered: