
Wolfgang Mueller wrote:
Now, here is the file I made according to your sample:
****************** BEGIN OF nfs_wolfgang.service ******************* [Unit] Description=/etc/systemd/system/nfs_wolfgang.service After=xdm.service
[Service] Type=simple ExecStart=/home/wolfgang/bin.BGR/nfsclient RemainAfterExit=no
[Install] WantedBy=multi-user.target ******************* END OF nfs_wolfgang.service ********************
I switched it on by typing: systemctl enable nfs_wolfgang.service
But it does not work. Do you see any error in my file?
Assuming this is an nfs mount, I would just add this to /etc/fstab: fileserver:/home/wolfgang /home/wolfgang nfs x-systemd.automount,x-systemd.idle-timeout=300,tcp,_netdev 0 0 (obviously adapt fileserver und /home/wolfgang toy our environment). -- Per Jessen, Zürich (15.6°C) http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org