mirror of
https://github.com/a-bad-dev/irc2bash.git
synced 2026-06-08 16:42:10 +00:00
17 lines
No EOL
369 B
Desktop File
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 |