initial commit (version 1.0.5)
This commit is contained in:
commit
97127ce6d6
5 changed files with 83 additions and 0 deletions
17
meshcentral.service
Normal file
17
meshcentral.service
Normal file
|
@ -0,0 +1,17 @@
|
|||
[Unit]
|
||||
Description=Web based remote computer management and file server
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
LimitNOFILE=1000000
|
||||
ExecStart=/usr/bin/node /usr/lib/meshcentral/lib/node_modules/meshcentral
|
||||
WorkingDirectory=/var/lib/meshcentral
|
||||
Environment=NODE_ENV=production
|
||||
User=meshcentral
|
||||
Group=meshcentral
|
||||
RestartSec=10
|
||||
# Uncomment if you need to bind to ports <1024
|
||||
#AmbientCapabilities=cap_net_bind_service
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue