Magellan Linux

Contents of /trunk/nxserver-freenx/freenx.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1792 - (show annotations) (download)
Mon Jun 4 14:33:04 2012 UTC (11 years, 10 months ago) by niro
File size: 396 byte(s)
-freenx-0.7.3 patches and files
1 [Unit]
2 Description=FreeNX Server
3 After=local-fs.target
4 Requires=sshd.service
5
6 [Service]
7 Type=oneshot
8 ExecStartPre=/usr/NX/bin/freenx-server-check-setup
9 ExecStartPre=-/usr/NX/bin/nxserver --cleanup
10 ExecStart=/usr/NX/bin/nxserver --start
11 ExecStop=/usr/NX/bin/nxserver --stop
12 ExecStopPost=-/usr/NX/bin/nxserver --cleanup
13 StandardOutput=null
14 RemainAfterExit=yes
15
16 [Install]
17 WantedBy=multi-user.target