fix flags
This commit is contained in:
parent
0a0f37f85c
commit
b2cc88698b
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue