diff options
Diffstat (limited to 'etc/psion.in')
-rwxr-xr-x | etc/psion.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/psion.in b/etc/psion.in index eac7f62..4326809 100755 --- a/etc/psion.in +++ b/etc/psion.in @@ -62,6 +62,7 @@ case "$1" in start ;; stop) + stop ;; status) status plpnfsd @@ -72,6 +73,7 @@ case "$1" in ;; condrestart) test -f /var/lock/subsys/psion && restart || : + ;; *) echo "Usage: psion {start|stop|status|restart|reload|condrestart}" exit 1 |