[KGB] file/dir permissions

This commit is contained in:
Vincent Le Gallic 2013-11-22 18:36:15 +01:00
parent 6d94269807
commit aa61624e18
2 changed files with 2 additions and 0 deletions

View file

@ -2,4 +2,5 @@
<Python name="/etc/kgb-bot/kgb.conf"/> <Python name="/etc/kgb-bot/kgb.conf"/>
<Service name="kgb-bot"/> <Service name="kgb-bot"/>
<Package name="kgb-bot"/> <Package name="kgb-bot"/>
<Path name="/etc/kgb-bot"/>
</Bundle> </Bundle>

View file

@ -1,3 +1,4 @@
<Rules priority="1"> <Rules priority="1">
<Service type="deb" name="kgb-bot" status="on"/> <Service type="deb" name="kgb-bot" status="on"/>
<Path name="/etc/kgb-bot" type="directory" perms="0755" owner="root" group="adm"/>
</Rules> </Rules>