Skip to content

Commit

Permalink
build: add systemd files for rpm package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TuLe2 authored and blukat29 committed Jan 23, 2025
1 parent 60acdb1 commit b185151
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build/rpm/etc/systemd/system/kbnd.service
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions build/rpm/etc/systemd/system/kcnd.service
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions build/rpm/etc/systemd/system/kend.service
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions build/rpm/etc/systemd/system/kpnd.service
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions build/rpm/etc/systemd/system/kscnd.service
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions build/rpm/etc/systemd/system/ksend.service
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions build/rpm/etc/systemd/system/kspnd.service
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b185151

Please sign in to comment.