ltspfs-1.4
Jigish Gohil <[email protected]> Fri, 22 Aug 2014 10:12:10 +0530
| Newsgroups | gmane.linux.terminal-server.devel |
|---|---|
| Message-ID | <CAJBfPaiEMHoFZxjhSKMCELm+xVrDa1m2umGm_3bK9R_P2AbF3Q@mail.gmail.com> |
Hi Vagrant
Thanks for getting ltspfs to work with systemd and fixing the mount problem,
Here are some of the changes I had to make:
#no return in non-void function
diff -ur a/src/lbmount.c b/src/lbmount.c
--- a/src/lbmount.c 2014-08-21 18:40:26.000000000 +0530
+++ b/src/lbmount.c 2014-08-21 19:12:17.000000000 +0530
@@ -232,4 +232,5 @@
exit(0);
}
+return 0;
}
#service file should not have execute bit set
chmod -x /usr/lib/systemd/system/ltspfsd.service
# service file missing install section
cat /usr/lib/systemd/system/ltspfsd.service
[Unit]
Description=LTSP Filesystem Daemon
[Service]
Type=forking
ExecStart=/usr/bin/ltspfsd
[Install]
WantedBy=graphical.target
Cheers and once again thanks for your work
-J
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_____________________________________________________________________
Ltsp-developer mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-developer
For additional LTSP help, try #ltsp channel on irc.freenode.net