Damus
note1dmqpx...
witch_t *navi profile picture
@LisPi @nprofile1q...

yeah, unless you’re writing complex bootscripts (which is not ever the case for most people), your scripts will look like this, takend from pipewire-pulse’s user service as a practical example:

#!/sbin/openrc-run

depend() {
need pipewire dbus
}

supervisor=supervise-daemon
command=/usr/bin/pipewire
command_args="-c pipewire-pulse.conf"


and openrc-run does most of the heavy lifting