Configuration of systemd.unit
[https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html] - - public:mzimmerm
Wants, WantedBy, Requires etc explained
Wants, WantedBy, Requires etc explained
Want, WantedBy, Before, After etc -
Syntax for systemd files
User-configured (non-root) systemd services
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
Main man/doc page of systemctl