- [javapool] Add readme with build instructions - Fix message parsing crash when spaces appear as first char of message body (thanks lucidiot)
12 lines
180 B
Desktop File
12 lines
180 B
Desktop File
[Unit]
|
|
Description=javapool — an IRC bot
|
|
|
|
[Service]
|
|
WorkingDirectory=%h/bin/cirrus/bots/javapool
|
|
ExecStart=./bot
|
|
Restart=always
|
|
RestartSec=300
|
|
|
|
[Install]
|
|
WantedBy=default.target
|