pleaserun icon indicating copy to clipboard operation
pleaserun copied to clipboard

Allow non-root users to create user scope service launchers

Open danielhoherd opened this issue 9 years ago • 1 comments
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.

danielhoherd avatar Jul 11 '16 21:07 danielhoherd

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'

jordansissel avatar Jul 11 '16 21:07 jordansissel