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
|
||||
supervisor=supervise-daemon
|
||||
|
||||
name="TUN Module Permission setter"
|
||||
description="Setting the permission of /dev/net/tun to 666"
|
||||
name="tun module permission setter"
|
||||
description="setting the permission of /dev/net/tun to 666"
|
||||
|
||||
command=$(which chmod)
|
||||
command_args="0666 /dev/net/tun"
|
||||
|
|
Loading…
Reference in a new issue