Commit 601b909e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Restart the service always

parent 09c949cc
...@@ -37,6 +37,7 @@ Type=forking ...@@ -37,6 +37,7 @@ Type=forking
EnvironmentFile=/etc/default/saslauthd EnvironmentFile=/etc/default/saslauthd
ExecStart=/usr/sbin/saslauthd -a $$MECHANISMS -n $$THREADS $$MECH_OPTIONS $$SASLAUTHD_OPTS ExecStart=/usr/sbin/saslauthd -a $$MECHANISMS -n $$THREADS $$MECH_OPTIONS $$SASLAUTHD_OPTS
PIDFile=/run/saslauthd/saslauthd.pid PIDFile=/run/saslauthd/saslauthd.pid
Restart=always
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment