diff --git a/build/rpm/etc/systemd/system/kbnd.service b/build/rpm/etc/systemd/system/kbnd.service new file mode 100644 index 000000000..1557719c2 --- /dev/null +++ b/build/rpm/etc/systemd/system/kbnd.service @@ -0,0 +1,10 @@ +[Unit] +Description= kbnd Service + +[Service] +Type=forking +ExecStart=/etc/init.d/kbnd start +ExecStop=/etc/init.d/kbnd stop + +[Install] +WantedBy=multi-user.target \ No newline at end of file diff --git a/build/rpm/etc/systemd/system/kcnd.service b/build/rpm/etc/systemd/system/kcnd.service new file mode 100644 index 000000000..7ec16ecfb --- /dev/null +++ b/build/rpm/etc/systemd/system/kcnd.service @@ -0,0 +1,10 @@ +[Unit] +Description= kcnd Service + +[Service] +Type=forking +ExecStart=/etc/init.d/kcnd start +ExecStop=/etc/init.d/kcnd stop + +[Install] +WantedBy=multi-user.target \ No newline at end of file diff --git a/build/rpm/etc/systemd/system/kend.service b/build/rpm/etc/systemd/system/kend.service new file mode 100644 index 000000000..57a03425c --- /dev/null +++ b/build/rpm/etc/systemd/system/kend.service @@ -0,0 +1,10 @@ +[Unit] +Description= kend Service + +[Service] +Type=forking +ExecStart=/etc/init.d/kend start +ExecStop=/etc/init.d/kend stop + +[Install] +WantedBy=multi-user.target \ No newline at end of file diff --git a/build/rpm/etc/systemd/system/kpnd.service b/build/rpm/etc/systemd/system/kpnd.service new file mode 100644 index 000000000..3daa76988 --- /dev/null +++ b/build/rpm/etc/systemd/system/kpnd.service @@ -0,0 +1,10 @@ +[Unit] +Description= kpnd Service + +[Service] +Type=forking +ExecStart=/etc/init.d/kpnd start +ExecStop=/etc/init.d/kpnd stop + +[Install] +WantedBy=multi-user.target \ No newline at end of file diff --git a/build/rpm/etc/systemd/system/kscnd.service b/build/rpm/etc/systemd/system/kscnd.service new file mode 100644 index 000000000..9ed418851 --- /dev/null +++ b/build/rpm/etc/systemd/system/kscnd.service @@ -0,0 +1,10 @@ +[Unit] +Description= kscnd Service + +[Service] +Type=forking +ExecStart=/etc/init.d/kscnd start +ExecStop=/etc/init.d/kscnd stop + +[Install] +WantedBy=multi-user.target \ No newline at end of file diff --git a/build/rpm/etc/systemd/system/ksend.service b/build/rpm/etc/systemd/system/ksend.service new file mode 100644 index 000000000..afa020f67 --- /dev/null +++ b/build/rpm/etc/systemd/system/ksend.service @@ -0,0 +1,10 @@ +[Unit] +Description= ksend Service + +[Service] +Type=forking +ExecStart=/etc/init.d/ksend start +ExecStop=/etc/init.d/ksend stop + +[Install] +WantedBy=multi-user.target \ No newline at end of file diff --git a/build/rpm/etc/systemd/system/kspnd.service b/build/rpm/etc/systemd/system/kspnd.service new file mode 100644 index 000000000..5815f4087 --- /dev/null +++ b/build/rpm/etc/systemd/system/kspnd.service @@ -0,0 +1,10 @@ +[Unit] +Description= kspnd Service + +[Service] +Type=forking +ExecStart=/etc/init.d/kspnd start +ExecStop=/etc/init.d/kspnd stop + +[Install] +WantedBy=multi-user.target \ No newline at end of file