remove extraneous flags
This commit is contained in:
parent
b2cc88698b
commit
5bf95b8b25
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue