diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-15 22:28:31 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-15 22:32:16 +0200 |
commit | 47c81f33217bdd39084e1cfd784642122015a19c (patch) | |
tree | 5c375d3ea85b8e02a47b94e2fe9adcfa8675ebe1 /main/oidentd/oidentd.confd | |
parent | ea1688d74a29f37292b237eddeb48928395d3a23 (diff) | |
download | aports-47c81f33217bdd39084e1cfd784642122015a19c.tar.bz2 aports-47c81f33217bdd39084e1cfd784642122015a19c.tar.xz |
main/oidentd: rewrite init script
Diffstat (limited to 'main/oidentd/oidentd.confd')
-rw-r--r-- | main/oidentd/oidentd.confd | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/main/oidentd/oidentd.confd b/main/oidentd/oidentd.confd index 3116889e67..32c9b9bdbd 100644 --- a/main/oidentd/oidentd.confd +++ b/main/oidentd/oidentd.confd @@ -1,4 +1,13 @@ -# oidentd start-up options -USER="nobody" -GROUP="nobody" -OPTIONS="" +# Configuration for /etc/init.d/oidentd + +# Path of the configuration file. +#cfgfile="/etc/oidentd.conf" + +# User or UID to run as after dropping privileges. +#user="nobody" + +# Group or GID to run as after dropping privileges. +#group="nobody" + +# Additional options for oidentd. +#command_args="" |