summarylogtreecommitdiffstats
path: root/cncjs.service
blob: d4dce637415ad20f8e229a55561f1a04b4e82802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Web-based interface for CNC controllers
After=network.target

[Service]
User=cncjs
Group=cncjs
Type=simple
ExecStart=/usr/bin/cncjs -c /etc/cncjs/config.json

[Install]
WantedBy=multi-user.target