irc2bash/rce.service
2026-03-14 19:21:56 -05:00

17 lines
No EOL
369 B
Desktop File

[Unit]
Description=RCE IRC Bot
After=network-online.target
[Service]
ExecStart=/root/irc2bash/main.py
Restart=always
User=root
Group=root
# These require a recent version of systemd, but they are useful to avoid the users
# thrasing your SSD with excessive IO.
# IOWriteBandwidthMax=/dev/sda 10M
# IOReadBandwidthMax=/dev/sda 25M
[Install]
WantedBy=multi-user.target