Revert change to foundationdb.service

This commit is contained in:
Andrew Noyes 2019-01-10 13:28:56 -08:00
parent 6276d6b4f4
commit 6e92dafc54
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
Type=forking
PIDFile=/var/run/fdbmonitor.pid
ExecStart=/usr/lib${LIBSUFFIX}/foundationdb/fdbmonitor --conffile /etc/foundationdb/foundationdb.conf --lockfile /var/run/fdbmonitor.pid --daemonize
ExecStart=/usr/lib/foundationdb/fdbmonitor --conffile /etc/foundationdb/foundationdb.conf --lockfile /var/run/fdbmonitor.pid --daemonize
KillMode=process
[Install]