Fulltext results:
- base-repo-get-service @z:relax:api:base
- ====== base-repo-get-service ====== Loads a service configuration from the repository and outputs it to STDOUT. ===== Usage ===== base-repo-get-service SERVICE * ''SERVICE'': a key of a service definition in the repository. ===== Returns ===== Returns t
- Disable a Service @info:linux:debian
- ====== Disable a Service ====== To disable a service: <code bash> service <service> stop update-rc.d <service> enable|disable </code> With ''systemd'' (starting with Debian 8): <
- base-repo-get-value @z:relax:api:base
- ====== base-repo-get-value ====== Loads a service configuration from the repository and outputs a single v... STDOUT. ===== Usage ===== base-repo-get-value SERVICE KEY * ''SERVICE'': A key of a service definition in the repository. * ''KEY'': The key for the value in the service defi
- immutable_service_containers @tag
- ====== immutable_service_containers ====== ===== Pages ===== {{topic>immutable_service_containers&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/immutable_service_containers}}
- base-ssh-mount @z:relax:api:base
- fuse (sftp). ===== Usage ===== base-ssh-mount SERVICE * ''SERVICE'': A key of a service definition in the repository. ===== Returns ===== No output.
- base-ssh-umount @z:relax:api:base
- fuse (sftp). ===== Usage ===== base-ssh-mount SERVICE * ''SERVICE'': A key of a service definition in the repository. ===== Returns ===== No output.
- service @tag
- ====== service ====== ===== Pages ===== {{topic>service&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/service}}
- Start and Stop the Apple File Server from Command Line @blog:2011
- ver from Command Line ====== You can use ''/sbin/service'' to start or stop the "Personal File Sharing". ... "Personal File Sharing"): <code bash> sudo /sbin/service com.apple.AppleFileServer start </code> And likewise stop it: <code bash> sudo /sbin/service com.apple.AppleFileServer stop </code> {{tag>cli
- base-ssh-login @z:relax:api:base
- e a command. ===== Usage ===== base-ssh-login SERVICE [ COMMAND ] * ''SERVICE'': a key of an user or host definition in the repository. From this, the follow
- DynDNS Updates without a Client @info:script
- L="http://members.dyndns.org/nic/update" # DynDNS service # UPDATE_URL="https://dyndns.strato.com/nic/update" # Strato's DynDNS service </file> The file ''.dyndns.domains'' contains al
- host-user-tab @z:relax:api:host
- host-user-tab HOST * ''HOST'': a key of a host service definition in the repository. ===== Returns ====
- base-exec-superuser @z:relax:api:base
- tion method is defined by $RIGHT_ELEVATION in the service configuration and can be either ''pfexec'', ''su'
- host-user-list @z:relax:api:host
- host-user-tab HOST * ''HOST'': a key of a host service definition in the repository. ===== Returns ====
- base-net-load-url @z:relax:api:base
- Examples ===== <code bash> base-net-load-url "${service_url}" </code> <code bash> PASSWORD=$(base-net-lo
- SSH @info:sysadmin
- ure to restart sshd to activate ist: <code bash> service ssh restart </code> {{tag>sysadmin ssh linux sec