[Unit] Description=whitetoad.ru http server After=network.target StartLimitIntervalSec=0 [Service] Type=simple Restart=always RestartSec=1 User=root WorkingDirectory=/root/whitetoad.ru ExecStart=/usr/local/bin/luna -l 127.0.0.1:3001 -n 4 /root/whitetoad.ru/main.lua /root/whitetoad.ru/bin/serve.fnl [Install] WantedBy=multi-user.target