45 |
+ |
+ |
46 |
+[Unit] |
+[Unit] |
47 |
+Description=System Monitor |
+Description=System Monitor |
|
+Documentation=man:sysmon |
|
48 |
+After=network-online.target |
+After=network-online.target |
49 |
+Wants=network-online.target |
+Wants=network-online.target |
50 |
diff -urN smeserver-sysmon-6.5.old/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/20Service smeserver-sysmon-6.5/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/20Service |
diff -urN smeserver-sysmon-6.5.old/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/20Service smeserver-sysmon-6.5/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/20Service |
111 |
- |
- |
112 |
-exit $RETVAL |
-exit $RETVAL |
113 |
- |
- |
114 |
|
diff -urN smeserver-sysmon-6.5.old/root/usr/lib/systemd/system/sysmon.service smeserver-sysmon-6.5/root/usr/lib/systemd/system/sysmon.service |
115 |
|
--- smeserver-sysmon-6.5.old/root/usr/lib/systemd/system/sysmon.service 1970-01-01 10:00:00.000000000 +1000 |
116 |
|
+++ smeserver-sysmon-6.5/root/usr/lib/systemd/system/sysmon.service 2022-08-05 12:02:45.000000000 +1000 |
117 |
|
@@ -0,0 +1,12 @@ |
118 |
|
+ |
119 |
|
+[Unit] |
120 |
|
+Description=System Monitor |
121 |
|
+After=network-online.target |
122 |
|
+Wants=network-online.target |
123 |
|
+ |
124 |
|
+[Service] |
125 |
|
+ExecStart= |
126 |
|
+ExecStart=/usr/bin/perl /usr/sbin/sysmon |
127 |
|
+ |
128 |
|
+[Install] |
129 |
|
+WantedBy= sme-server.target |