12 lines
211 B
INI
12 lines
211 B
INI
|
[Unit]
|
||
|
Description=hachi — a tracery-inspired IRC bot
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=%h/bin/itte/examples/hachi
|
||
|
ExecStart=/usr/bin/lua ./hachi.lua
|
||
|
Restart=always
|
||
|
RestartSec=300
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|