/[smecontribs]/rpms/smeserver-sysmon/contribs10/smeserver-sysmon-systemd-11072.patch
ViewVC logotype

Diff of /rpms/smeserver-sysmon/contribs10/smeserver-sysmon-systemd-11072.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by trevorb, Wed Aug 3 21:09:31 2022 UTC Revision 1.7 by trevorb, Sat Aug 6 03:13:31 2022 UTC
# Line 45  diff -urN smeserver-sysmon-6.5.old/root/ Line 45  diff -urN smeserver-sysmon-6.5.old/root/
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    +
51  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
52  --- smeserver-sysmon-6.5.old/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/20Service        1970-01-01 10:00:00.000000000 +1000  --- smeserver-sysmon-6.5.old/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/20Service        1970-01-01 10:00:00.000000000 +1000
53  +++ smeserver-sysmon-6.5/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/20Service    2022-08-03 16:12:26.238523740 +1000  +++ smeserver-sysmon-6.5/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/20Service    2022-08-03 16:12:26.238523740 +1000
54  @@ -0,0 +1,5 @@  @@ -0,0 +1,8 @@
55  +  +
56  +[Service]  +[Service]
57    +ExecStartPre=
58    +ExecStartPre=-/sbin/e-smith/service-status sysmon
59    +ExecStartPre=-/sbin/e-smith/expand-template /usr/lib/systemd/system/sysmon.service.d/50koozali.conf
60  +ExecStart=  +ExecStart=
61  +ExecStart=/usr/sbin/sysmon  +ExecStart=-/usr/sbin/sysmon
62  +  +
63  diff -urN smeserver-sysmon-6.5.old/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/30Install smeserver-sysmon-6.5/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/30Install  diff -urN smeserver-sysmon-6.5.old/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/30Install smeserver-sysmon-6.5/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/30Install
64  --- smeserver-sysmon-6.5.old/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/30Install        1970-01-01 10:00:00.000000000 +1000  --- smeserver-sysmon-6.5.old/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/30Install        1970-01-01 10:00:00.000000000 +1000
65  +++ smeserver-sysmon-6.5/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/30Install    2022-08-03 16:11:05.607828018 +1000  +++ smeserver-sysmon-6.5/root/etc/e-smith/templates/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/30Install    2022-08-03 16:11:05.607828018 +1000
66  @@ -0,0 +1,3 @@  @@ -0,0 +1,4 @@
67  +  +
68  +[Install]  +[Install]
69  +WantedBy=sme-server.target  +WantedBy=sme-server.target
70    +
71  diff -urN smeserver-sysmon-6.5.old/root/etc/rc.d/init.d/sysmon smeserver-sysmon-6.5/root/etc/rc.d/init.d/sysmon  diff -urN smeserver-sysmon-6.5.old/root/etc/rc.d/init.d/sysmon smeserver-sysmon-6.5/root/etc/rc.d/init.d/sysmon
72  --- smeserver-sysmon-6.5.old/root/etc/rc.d/init.d/sysmon        2022-08-03 15:59:11.836382422 +1000  --- smeserver-sysmon-6.5.old/root/etc/rc.d/init.d/sysmon        2022-08-03 15:59:11.836382422 +1000
73  +++ smeserver-sysmon-6.5/root/etc/rc.d/init.d/sysmon    1970-01-01 10:00:00.000000000 +1000  +++ smeserver-sysmon-6.5/root/etc/rc.d/init.d/sysmon    1970-01-01 10:00:00.000000000 +1000
# Line 112  diff -urN smeserver-sysmon-6.5.old/root/ Line 116  diff -urN smeserver-sysmon-6.5.old/root/
116  -  -
117  -exit $RETVAL  -exit $RETVAL
118  -  -
119  diff -urN smeserver-sysmon-6.5.old/root/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/50koozali.conf smeserver-sysmon-6.5/root/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/50koozali.conf  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
120  --- smeserver-sysmon-6.5.old/root/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/50koozali.conf 1970-01-01 10:00:00.000000000 +1000  --- smeserver-sysmon-6.5.old/root/usr/lib/systemd/system/sysmon.service 1970-01-01 10:00:00.000000000 +1000
121  +++ smeserver-sysmon-6.5/root/usr/lib/systemd/system/sysmon.service.d/50koozali.conf/50koozali.conf     2022-08-04 07:06:07.020971360 +1000  +++ smeserver-sysmon-6.5/root/usr/lib/systemd/system/sysmon.service     2022-08-05 12:02:45.000000000 +1000
122  @@ -0,0 +1,13 @@  @@ -0,0 +1,16 @@
123  +  +
124  +[Unit]  +[Unit]
125  +Description=System Monitor  +Description=System Monitor
 +Documentation=man:sysmon  
126  +After=network-online.target  +After=network-online.target
127  +Wants=network-online.target  +Wants=network-online.target
128  +  +
129  +[Service]  +[Service]
130    +ExecStartPre=
131    +ExecStartPre=-/sbin/e-smith/service-status sysmon
132    +ExecStartPre=-/sbin/e-smith/expand-template /usr/lib/systemd/system/sysmon.service.d/50koozali.conf
133  +ExecStart=  +ExecStart=
134  +ExecStart=/usr/bin/perl /usr/sbin/sysmon  +ExecStart=-/usr/sbin/sysmon
135    +
136    +[Install]
137    +WantedBy= sme-server.target
138    +
139    diff -urN smeserver-sysmon-6.5.old/root/usr/lib/systemd/system/sysmon.service.d/50koozali.conf smeserver-sysmon-6.5/root/usr/lib/systemd/system/sysmon.service.d/50koozali.conf
140    --- smeserver-sysmon-6.5.old/root/usr/lib/systemd/system/sysmon.service.d/50koozali.conf        1970-01-01 10:00:00.000000000 +1000
141    +++ smeserver-sysmon-6.5/root/usr/lib/systemd/system/sysmon.service.d/50koozali.conf    2022-08-05 12:02:45.000000000 +1000
142    @@ -0,0 +1,16 @@
143    +
144    +[Unit]
145    +Description=System Monitor
146    +After=network-online.target
147    +Wants=network-online.target
148    +
149    +[Service]
150    +ExecStartPre=
151    +ExecStartPre=-/sbin/e-smith/service-status sysmon
152    +ExecStartPre=-/sbin/e-smith/expand-template /usr/lib/systemd/system/sysmon.service.d/50koozali.conf
153    +ExecStart=
154    +ExecStart=-/usr/sbin/sysmon
155  +  +
156  +[Install]  +[Install]
157  +WantedBy= sme-server.target  +WantedBy= sme-server.target
158    +


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed