fix flags

This commit is contained in:
AJ ONeal 2017-05-05 13:17:57 -06:00
parent 0a0f37f85c
commit b2cc88698b
2 changed files with 4 additions and 5 deletions

View File

@ -7,11 +7,10 @@
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/goldilocks</string>
<string>-agree</string>
<string>-conf</string>
<string>--log</string>
<string>stdout</string>
<string>--config</string>
<string>/etc/goldilocks/goldilocks.yml</string>
<string>-root</string>
<string>/var/tmp</string>
</array>
<key>EnvironmentVariables</key>
<dict>

View File

@ -27,7 +27,7 @@ Group=www-data
# Set a sane working directory, sane flags, and specify how to reload the config file
WorkingDirectory=/srv/www
ExecStart=/usr/local/bin/goldilocks --log stdout --config=/etc/goldilocks/goldilocks.yml
ExecStart=/usr/local/bin/goldilocks --log stdout --config /etc/goldilocks/goldilocks.yml
ExecReload=/bin/kill -USR1 $MAINPID
# Limit the number of file descriptors and processes; see `man systemd.exec` for more limit settings.