Fix typos
This commit is contained in:
parent
057e93d8bf
commit
4d3385e1af
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
#!/sbin/openrc-run
|
#!/sbin/openrc-run
|
||||||
supervisor=supervise-daemon
|
supervisor=supervise-daemon
|
||||||
|
|
||||||
name="TUN Module Permission setter"
|
name="tun module permission setter"
|
||||||
description="Setting the permission of /dev/net/tun to 666"
|
description="setting the permission of /dev/net/tun to 666"
|
||||||
|
|
||||||
command=$(which chmod)
|
command=$(which chmod)
|
||||||
command_args="0666 /dev/net/tun"
|
command_args="0666 /dev/net/tun"
|
||||||
|
@ -10,4 +10,4 @@ command_user="root"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need modules
|
need modules
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue