blob: 230518dc86c2d30eb205806d3efde2cfba3554e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=NoMachine NX Server
[Service]
ExecStart=/usr/NX/bin/nxserver --start
ExecStop=/usr/NX/bin/nxserver --shutdown
Type=oneshot
RemainAfterExit=true
[Install]
WantedBy=multi-user.target
|