Difference between revisions of "OpenRC, an alternative to systemd"
Views
Actions
Namespaces
Variants
Tools
OpenRC, an alternative to systemd (view source)
Revision as of 06:35, 20 November 2014
, 10 years ago→Configuration: add some common services
imported>Aaditya |
imported>Aaditya |
||
Line 146: | Line 146: | ||
sudo rc-service networkmanager restart | sudo rc-service networkmanager restart | ||
=== Some common services === | |||
To enable printing support, the '''cups-openrc''' package can be installed. For example, | |||
$ sudo pacman -S cups-openrc | |||
resolving dependencies... | |||
looking for inter-conflicts... | |||
Packages (1): cups-openrc-20141014-1 | |||
Total Installed Size: 0.01 MiB | |||
Net Upgrade Size: 0.00 MiB | |||
:: Proceed with installation? [Y/n] | |||
The service for it is ''cupsd''. | |||
$ sudo rc-service cupsd start | |||
* Starting cupsd ... [ ok ] | |||
For ssh, the '''openssh-openrc''' package can be installed. | |||
The service for it is named ''sshd''. | |||
== Using Consolekit == | == Using Consolekit == |