16 lines
286 B
Plaintext
16 lines
286 B
Plaintext
|
{{ ansible_header | comment }}
|
||
|
[Unit]
|
||
|
Description=NinjaBot IRC bot
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
WorkingDirectory=/var/local/ninjabot
|
||
|
User=nobody
|
||
|
Group=nogroup
|
||
|
ExecStart=/usr/bin/python3 /var/local/ninjabot/ninjabot.py
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|