18 lines
345 B
Plaintext
18 lines
345 B
Plaintext
![]() |
[Unit]
|
||
|
Description=MeshCentral Server
|
||
|
After=network.target mongod.service nginx.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
LimitNOFILE=1000000
|
||
|
ExecStart=/usr/bin/node node_modules/meshcentral
|
||
|
Environment=NODE_ENV=production
|
||
|
WorkingDirectory={{ mesh_dir }}
|
||
|
User={{ user }}
|
||
|
Group={{ user }}
|
||
|
Restart=always
|
||
|
RestartSec=10s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|