1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-08 12:55:40 -04:00
perlbuut/etc/systemd/system/evalserver.service

16 lines
281 B
Desktop File

[Unit]
Description=Perlbot eval server
After=network.target
[Service]
Type=simple
User=root
Group=root
ExecStart=/home/ryan/bots/perlbuut/bin/evalserver
# Give a reasonable amount of time for the server to start up/shut down
TimeoutSec=300
[Install]
WantedBy=multi-user.target