blob: 02af8c073fcab953d98d5ecc4bd6153a61764443 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=The #hyperbola bot
[Service]
ExecStart=/srv/hyperbot/hyperbot start
ExecStop=/srv/hyperbot/hyperbot stop
User=hyperbot
[Install]
WantedBy=multi-user.target
|