18 lines
406 B
Desktop File
18 lines
406 B
Desktop File
[Unit]
|
|
Description=MeshCentral Server
|
|
|
|
[Service]
|
|
Type=simple
|
|
LimitNOFILE=1000000
|
|
ExecStart=/usr/bin/node /home/meshsvc/meshcentral/node_modules/meshcentral
|
|
WorkingDirectory=/home/meshsvc/meshcentral
|
|
Environment=NODE_ENV=production
|
|
User=meshsvc
|
|
Group=meshsvc
|
|
Restart=always
|
|
# if mesh crashes, restart every 30 secs
|
|
RestartSec=30
|
|
AmbientCapabilities=cap_net_bind_service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |