2018-03-15 14:14:13 +00:00
|
|
|
[Unit]
|
|
|
|
Description=w0bm IRC Bot
|
|
|
|
After=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
2023-07-18 13:19:59 +00:00
|
|
|
ExecStart=%h/w0bmircbot/index.js
|
2018-03-15 14:14:13 +00:00
|
|
|
Restart=always
|
|
|
|
RestartSec=3
|
|
|
|
|
|
|
|
[Install]
|
2023-07-18 13:19:59 +00:00
|
|
|
WantedBy=default.target
|