Skip to content

Commit

Permalink
Add support for EL9
Browse files Browse the repository at this point in the history
  • Loading branch information
faxm0dem committed Mar 20, 2024
1 parent 0b130b0 commit bcecd9f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions data/osfamily/RedHat/9/default.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
conserver::server_init_config_file: /usr/lib/systemd/system/conserver.service
conserver::server_init_config_tpl: conserver/server/init_config_file_systemd.erb
conserver::server_init_config_hash:
Unit:
Description: Conserver Serial-Port Console Daemon
After: network.target
Service:
Type: forking
ExecStart: /usr/sbin/conserver -d
User: root
Install:
WantedBy: multi-user.target
conserver::has_systemd: true
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"operatingsystemrelease": [
"6.0",
"7.0",
"8.0"
"8.0",
"9.0"
]
},
{
Expand Down

0 comments on commit bcecd9f

Please sign in to comment.