fixed syspatch
This commit is contained in:
parent
632c8e13c1
commit
77d803d511
2 changed files with 8 additions and 1 deletions
|
|
@ -24,6 +24,12 @@ cp rcctl_exporter.rc /etc/rc.d/rcctl_exporter
|
|||
chmod 555 /etc/rc.d/rcctl_exporter
|
||||
```
|
||||
|
||||
Allow syspatch execution as root user:
|
||||
|
||||
```
|
||||
echo "permit nopass _rcctlexporter as root cmd /usr/sbin/syspatch args -c" >>/etc/doas.conf
|
||||
```
|
||||
|
||||
Enable and start service:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue