diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-03-23 18:41:20 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-03-23 18:41:20 +0000 |
commit | 51703d5fd54fb165308a543841839f455c6bdc04 (patch) | |
tree | eebf8b003b912c4dc3ded684ada55842f7760d2c | |
parent | Import only English news (diff) | |
download | gentoobrowse-api-51703d5fd54fb165308a543841839f455c6bdc04.tar.bz2 gentoobrowse-api-51703d5fd54fb165308a543841839f455c6bdc04.tar.xz gentoobrowse-api-51703d5fd54fb165308a543841839f455c6bdc04.zip |
Fix service.conf layoutgentoobrowse-api-0.11.2.1
-rw-r--r-- | gentoobrowse-api/etc/service.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gentoobrowse-api/etc/service.conf b/gentoobrowse-api/etc/service.conf index 13e81ff..f99d741 100644 --- a/gentoobrowse-api/etc/service.conf +++ b/gentoobrowse-api/etc/service.conf @@ -1 +1,4 @@ -[Service] User = portage Group = portage NotifyAccess = main +[Service] +User = portage +Group = portage +NotifyAccess = main |