Hello everyone, I am facing issue related to systemd for starting OpenAFS client service. The environment configuration file packaged in openafs RPM for Fedora 18 has following line ...
AFSD_ARGS="-dynroot -fakestat -afsdb" I want to keep AFSD_ARGS as ... AFSD_ARGS="-stat 35000 -daemons 12 -volumes 1536 -chunksize 20 -files 50000 -nosettime -disable-dynamic-vcaches" Now, when I do "systemctl start openafs-client", it starts the OpenAFS client service however it subsequently uses ExecStop statements mentioned in the openafs-client.service unit file and it stops the OpenAFS Client service. I am not sure what is going wrong here. Please let me know what I am doing wrong here. Thanks and Regards. Avinesh
