aports/testing/openxcap/openxcap.post-install
2010-05-20 10:03:47 +00:00

6 lines
103 B
Bash
Executable File

#!/bin/sh
chown -R openxcap:openxcap /var/run/openxcap
chgrp openxcap /etc/openxcap/config.ini
exit 0