mirror of
https://github.com/hzrd149/nsite-gateway.git
synced 2025-06-23 03:55:02 +00:00
14 lines
211 B
Desktop File
14 lines
211 B
Desktop File
[Unit]
|
|
Description=nsite Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/<path-to>/nsite-gateway
|
|
ExecStart=/usr/bin/node .
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|