Add systemd service example w/o password

This commit is contained in:
2021-03-08 15:53:58 -05:00
parent 1ad7bec39b
commit 69427bee5c

13
keyrcbot.service.example Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=keyrc bot
[Service]
User=keybase
Environment=IRC_PASS=
Environment=HOME=/home/keybase
WorkingDirectory=/usr/local/src/irc
ExecStart=/usr/bin/go run /usr/local/src/irc/keyrcbot.go
Restart=always
[Install]
WantedBy=multi-user.target