You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[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
|
|
|