mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-08 12:50:43 -04:00
16 lines
281 B
Desktop File
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
|
|
|