fixed syspatch

This commit is contained in:
ston1th 2020-10-12 18:48:24 +02:00
commit 77d803d511
2 changed files with 8 additions and 1 deletions

View file

@ -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:
```