- Add more-detailed usage doc - Add a smaller hello world example - Include a user systemd file - Fix config check to include second-level nested tables
12 lines
192 B
Desktop File
12 lines
192 B
Desktop File
[Unit]
|
|
Description=hellobot — an IRC bot
|
|
|
|
[Service]
|
|
WorkingDirectory=/path/to/hellobot
|
|
ExecStart=/usr/bin/lua ./hellobot.lua
|
|
Restart=always
|
|
RestartSec=300
|
|
|
|
[Install]
|
|
WantedBy=default.target
|