pleaserun
pleaserun copied to clipboard
Allow non-root users to create user scope service launchers
trafficstars
systemd and launchd allow users to create unprivileged user units / agents. It would be great if pleaserun could create these non-system service launchers.
Agreed!
I'm experimenting with systemd's user stuff with the systemd-user platform in pleaserun:
pleaserun -p systemd-user --name hello /bin/sh -c 'echo Hello world; sleep 30'