forked from Controls/gitea-pages
show how to configure cockpit
This commit is contained in:
@@ -22,6 +22,16 @@ base::services:
|
||||
enable: false
|
||||
```
|
||||
|
||||
## Manage a Socket Activated Service
|
||||
|
||||
For socket activated services use in Hiera `base:sockets` instead:
|
||||
|
||||
```
|
||||
base::sockets:
|
||||
cockpit:
|
||||
enable: true
|
||||
```
|
||||
|
||||
## Manage Services with Custom Unit Files
|
||||
|
||||
It is also possible to provide a full systemd unit file if there is none already. For this define the different secions and their content with subkeys below the `options` key as in below example:
|
||||
|
||||
Reference in New Issue
Block a user