1 changed files with 13 additions and 0 deletions
@ -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 |
Loading…
Reference in new issue