mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 10:45:40 -04:00
16 lines
325 B
Desktop File
16 lines
325 B
Desktop File
[Unit]
|
|
Description=Perlbot service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=ryan
|
|
Group=ryan
|
|
ExecStart=/home/ryan/perl5/perlbrew/perls/perlbot-inuse/bin/perl /home/ryan/bots/perlbuut/bin/bb3
|
|
|
|
# Give a reasonable amount of time for the server to start up/shut down
|
|
TimeoutSec=300
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|