run systemd service as _forumspam user

This commit is contained in:
sceox 2020-11-18 16:13:19 -08:00
parent a512b79d58
commit e741dc37ee

View File

@ -2,8 +2,8 @@
Description=Forumspam Block Daemon
[Service]
User=forumspam
Group=forumspam
User=_forumspam
Group=_forumspam
ExecStart=/usr/local/bin/q2a_usercheck.sh
[Install]