diff options
author | 2021-01-11 12:01:56 -0500 | |
---|---|---|
committer | 2021-01-11 12:01:56 -0500 | |
commit | 01fe4b8c2860c54d8179142e1525f4d9c997f7be (patch) | |
tree | d3d6b8220e5206e62e35e0fb71870f4bf75a8cb1 /net-misc/purritobin | |
parent | net-misc/purritobin: add init file (diff) | |
download | guru-01fe4b8c2860c54d8179142e1525f4d9c997f7be.tar.gz guru-01fe4b8c2860c54d8179142e1525f4d9c997f7be.tar.bz2 guru-01fe4b8c2860c54d8179142e1525f4d9c997f7be.zip |
net-misc/purritobin: fix command_args name
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'net-misc/purritobin')
-rw-r--r-- | net-misc/purritobin/files/purritobin.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/purritobin/files/purritobin.initd b/net-misc/purritobin/files/purritobin.initd index 8c070466f..aebbb1174 100644 --- a/net-misc/purritobin/files/purritobin.initd +++ b/net-misc/purritobin/files/purritobin.initd @@ -7,7 +7,7 @@ description="ultra fast, minimalistic command line paste-bin" command="/usr/bin/purrito" command_background=true -command_args="${ARGS:- -d /var/www/purritobin/}" +command_args="${command_args:- -d /var/www/purritobin/}" pidfile="/run/${RC_SVCNAME}.pid" command_user="purritobin:purritobin" |