diff --git a/keyrcbot.service.example b/keyrcbot.service.example new file mode 100644 index 0000000..7999f1c --- /dev/null +++ b/keyrcbot.service.example @@ -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