ircbot: Follow standard permissions for rc service file

This commit is contained in:
sceox 2023-09-16 14:12:58 -07:00
parent 163808bf97
commit ad4aae50ed

View File

@ -10,6 +10,7 @@ SYSTEMD_UNIT_DIR = /lib/systemd/system
rc: install
@echo installing ircbot to /etc/rc.d
@cp -f services/rc/ircbot /etc/rc.d
@chmod 555 /etc/rc.d/ircbot
@echo enabling ircbot
@rcctl enable ircbot
@echo not starting ircbot -- configure it then run `rcctl start ircbot` as root