Lines Matching full:service
29 .Nm service
145 These are some examples of the most common service commands.
149 Enable a service, then start it:
151 service sshd enable
152 service sshd start
155 Stop a service, then disable it:
157 service sshd stop
158 service sshd disable
161 Start a service which is not enabled:
163 service sshd onestart
166 Report the status of a service:
168 service named status
171 Restart a service running in a jail:
173 service -j dns named restart
176 Start a service with a specific environment variable set:
178 service -E LC_ALL=C.UTF-8 named start
183 service -rv
190 complete service 'c/-/(e l r v)/' 'p/1/`service -l`/' \e
202 COMPREPLY=( $( compgen -W '$( service -l )' -- $cur ) )
205 complete -F _service service