remove extraneous flags

This commit is contained in:
AJ ONeal 2017-05-05 13:31:49 -06:00
parent b2cc88698b
commit 5bf95b8b25
2 changed files with 1 additions and 3 deletions

View File

@ -7,8 +7,6 @@
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/goldilocks</string>
<string>--log</string>
<string>stdout</string>
<string>--config</string>
<string>/etc/goldilocks/goldilocks.yml</string>
</array>

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 --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.