mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
19 lines
334 B
Django/Jinja
19 lines
334 B
Django/Jinja
[Unit]
|
|
Description=Lux go client
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
User=lux
|
|
Type=simple
|
|
Environment=HOME=/home/lux
|
|
ExecStart=/usr/local/bin/node --config-file /etc/node/conf.json
|
|
KillMode=process
|
|
KillSignal=SIGINT
|
|
TimeoutStopSec=90
|
|
Restart=on-failure
|
|
RestartSec=10s
|
|
LimitNOFILE=65000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|