12 lines
213 B
INI
12 lines
213 B
INI
|
[Unit]
|
||
|
Description=gordon — a vending machine IRC bot
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=%h/bin/itte/examples/gordon
|
||
|
ExecStart=/usr/bin/lua ./gordon.lua
|
||
|
Restart=always
|
||
|
RestartSec=300
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|