Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2935 by niro, Mon Jun 4 21:17:19 2012 UTC revision 2936 by niro, Mon May 29 08:37:46 2017 UTC
# Line 5  Requires=sshd.service Line 5  Requires=sshd.service
5    
6  [Service]  [Service]
7  Type=oneshot  Type=oneshot
8  ExecStartPre=/usr/NX/bin/freenx-check-setup  ExecStartPre=/usr/bin/freenx-check-setup
9  ExecStartPre=-/usr/NX/bin/nxserver --cleanup  ExecStartPre=-/usr/bin/nxserver --cleanup
10  ExecStart=/usr/NX/bin/nxserver --start  ExecStart=/usr/bin/nxserver --start
11  ExecStop=/usr/NX/bin/nxserver --stop  ExecStop=/usr/bin/nxserver --stop
12  ExecStopPost=-/usr/NX/bin/nxserver --cleanup  ExecStopPost=-/usr/bin/nxserver --cleanup
13  StandardOutput=null  StandardOutput=null
14  RemainAfterExit=yes  RemainAfterExit=yes
15    

Legend:
Removed from v.2935  
changed lines
  Added in v.2936