From Fedora Project Wiki
(Add some information on systemd that needs rel noting) |
No edit summary |
||
Line 7: | Line 7: | ||
* One effect of this is that users who had configured custom sets of services to start in runlevel 2 or 4 will need to configure a new custom target. Quickstart on creating a new target is here: https://fedoraproject.org/wiki/Shttps://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet#Runlevels.2Ftargets#Runlevels.2Ftargets Might want to ask Lennart if there's a systemd man page/documentation online that's better to point people to. | * One effect of this is that users who had configured custom sets of services to start in runlevel 2 or 4 will need to configure a new custom target. Quickstart on creating a new target is here: https://fedoraproject.org/wiki/Shttps://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet#Runlevels.2Ftargets#Runlevels.2Ftargets Might want to ask Lennart if there's a systemd man page/documentation online that's better to point people to. | ||
* The [[SysVinit to Systemd Cheatsheet]] has some useful equivalents for system administrators making the transition. | * The [[SysVinit to Systemd Cheatsheet]] has some useful equivalents for system administrators making the transition. | ||
== Bacula == | |||
Bacula director and storage daemons are now running as bacula user by default. Director's log file has moved to /var/log/bacula directory. | |||
Default user can be changed in /etc/sysconfig/bacula-* files. | |||
When upgrading please make sure that bacula has permissions to access configuration files, log files and database. | |||
[[Category:Docs Project]] | [[Category:Docs Project]] | ||
[[Category:Draft documentation]] | [[Category:Draft documentation]] | ||
[[Category:Documentation beats]] | [[Category:Documentation beats]] |
Revision as of 09:40, 3 March 2011
init system
The init system has been changed to systemd.
- One effect of this is that users who had configured custom sets of services to start in runlevel 2 or 4 will need to configure a new custom target. Quickstart on creating a new target is here: https://fedoraproject.org/wiki/Shttps://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet#Runlevels.2Ftargets#Runlevels.2Ftargets Might want to ask Lennart if there's a systemd man page/documentation online that's better to point people to.
- The SysVinit to Systemd Cheatsheet has some useful equivalents for system administrators making the transition.
Bacula
Bacula director and storage daemons are now running as bacula user by default. Director's log file has moved to /var/log/bacula directory.
Default user can be changed in /etc/sysconfig/bacula-* files.
When upgrading please make sure that bacula has permissions to access configuration files, log files and database.