cm0002@programming.dev to Linux@programming.dev · 1 day agosystemd has been a complete, utter, unmitigated successblog.tjll.netexternal-linkmessage-square38fedilinkarrow-up1153arrow-down127cross-posted to: opensource@programming.devlinux@programming.devlobsters
arrow-up1126arrow-down1external-linksystemd has been a complete, utter, unmitigated successblog.tjll.netcm0002@programming.dev to Linux@programming.dev · 1 day agomessage-square38fedilinkcross-posted to: opensource@programming.devlinux@programming.devlobsters
minus-squaredwt@feddit.orglinkfedilinkDeutscharrow-up1arrow-down1·21 hours agoI like this, but even though pod man runs perfect rootless, quadlets can only run as root for now :-(
minus-squaremholiv@lemmy.worldlinkfedilinkarrow-up4·edit-219 hours agoNot true. I run them rootless on my server as we speak. :)
minus-squaredwt@feddit.orglinkfedilinkDeutscharrow-up1·2 hours agoHow do you do that? Please link a description. This has been a major stumbling block for me
minus-squaremholiv@lemmy.worldlinkfedilinkarrow-up1·edit-22 hours agoAre you placing your service files in ~/.config/containers/systemd of the home dir of the user you want them to run as? Here is a link: https://linuxconfig.org/how-to-run-podman-containers-under-systemd-with-quadlet
minus-squareQuik@infosec.publinkfedilinkEnglisharrow-up3·19 hours agoSame here; Rootless Podman Quadlets gang unite (there is two of us in total)
minus-squareQuik@infosec.publinkfedilinkarrow-up2·19 hours agoJust place your Quadlets in the $HOME/.config/containers/systemd/ directory for this ;) The reference I linked to earlier also contains more information on rootless.
minus-squaredwt@feddit.orglinkfedilinkDeutscharrow-up1·2 hours agoWhile that is true, that is not how I would run services normally with SystemD. Those would be defined globally, but run as a user. Definitiv then in the user home, means that I dint see them with systemctl which is very annoying.
I like this, but even though pod man runs perfect rootless, quadlets can only run as root for now :-(
Not true. I run them rootless on my server as we speak. :)
How do you do that? Please link a description. This has been a major stumbling block for me
Are you placing your service files in
~/.config/containers/systemd
of the home dir of the user you want them to run as?Here is a link: https://linuxconfig.org/how-to-run-podman-containers-under-systemd-with-quadlet
Same here; Rootless Podman Quadlets gang unite (there is two of us in total)
Make that 3!
Just place your Quadlets in the $HOME/.config/containers/systemd/ directory for this ;)
The reference I linked to earlier also contains more information on rootless.
While that is true, that is not how I would run services normally with SystemD. Those would be defined globally, but run as a user.
Definitiv then in the user home, means that I dint see them with
systemctl
which is very annoying.