Elektrine lite

← Feed

@pointlessone@status.pointless.one

Post #1556021

2026-03-22 07:41 UTC

@swags @wwahammy but at least systemd doesn’t rely on shell scripts. Update: dammit people… have your /s

Replies (2)

  • @fiore@brain.worm.pink 2026-03-22 13:11

    @pointlessone @swags @wwahammy me when i have to go thru a chuddy “unit” layer while i could just as easily define some variable on a shell script , also allowing to define custom logic as a bonus:

    Open ##1556022

  • @navi@social.vlhl.dev 2026-03-22 16:23

    @pointlessone @swags openrc’s most common init script: #!/sbin/openrc-run supervisor=supervise-daemon command=/usr/bin/foo command_args="--nya" really, we’re not sysvinit where you don’t have supervision and need to implement start/stop, and the same stupid pidfile logic, manually every time what specifically does openrc lack? why do people see “shell” and immediately jump off, when it addresses all the issues sysvinit/lsb init scripts had

    Open ##1556024