Skip to content

jobs-systemd: Change unit type to "simple"

Alfred Neumayer requested to merge personal/fredldotme/oneshot-to-simple into main

"oneshot" types are for scripts that shouldn't be considered as started until they're done, whereas apps usually should be considered started when their processes are up, and not later.

Change the transient unit type to "simple" to reach that behavior.

Fixes app states staying at "activating" until killed.

Merge request reports