--restart)
set_action "restart"
shift ;;
--status)
set_action "status"
-*)
die "Error: invalid option switch ($1)" ;;
*)
-