blob: 13fc99a373726b6b40662d2cd4b70b21a6dbc630 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[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/bin/serve.fnl
[Install]
WantedBy=multi-user.target
|