1 |
jpp |
1.1 |
diff -Nur --no-dereference smeserver-freepbx-14.old/root/usr/lib/systemd/system/freepbx.service smeserver-freepbx-14/root/usr/lib/systemd/system/freepbx.service |
2 |
|
|
--- smeserver-freepbx-14.old/root/usr/lib/systemd/system/freepbx.service 2022-03-27 23:45:44.000000000 -0400 |
3 |
|
|
+++ smeserver-freepbx-14/root/usr/lib/systemd/system/freepbx.service 2022-05-31 00:15:10.536000000 -0400 |
4 |
|
|
@@ -7,9 +7,9 @@ |
5 |
|
|
|
6 |
|
|
ExecStartPre=/sbin/e-smith/service-status freepbx |
7 |
|
|
|
8 |
|
|
-ExecStart=/usr/local/bin/fwconsole start -q |
9 |
|
|
-ExecStop=/usr/local/bin/fwconsole stop -q |
10 |
|
|
-ExecReload=/usr/local/bin/fwconsole reload -q |
11 |
|
|
+ExecStart=/usr/sbin/fwconsole start -q |
12 |
|
|
+ExecStop=/usr/sbin/fwconsole stop -q |
13 |
|
|
+ExecReload=/usr/sbin/fwconsole reload -q |
14 |
|
|
SyslogIdentifier=FreePBX |
15 |
|
|
Restart=on-failure |
16 |
|
|
StartLimitInterval=0 |