This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
cirrus/bots/javapool/init-scripts/javapool.service
mio 326968d8c8 [javapool] Add readme
- [javapool] Add readme with build instructions
- Fix message parsing crash when spaces appear as first char of message
  body (thanks lucidiot)
2023-01-20 13:32:52 -05:00

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