Search
Results
systemd/User - ArchWiki
[https://wiki.archlinux.org/title/systemd/User] - - public:mzimmerm
User-configured (non-root) systemd services
User level systemd systemctl for httpd
[https://unix.stackexchange.com/questions/192706/how-could-we-allow-non-root-users-to-control-a-systemd-service] - - public:mzimmerm
An alternate option is to have an httpd.service file under webteam home directory ~/.config/systemd/user and they can start/stop/enable etc themselves: systemctl --user enable httpd.service systemctl --user start httpd.service