Skip to content

Commit

Permalink
Remove mxstartup-mxvip service
Browse files Browse the repository at this point in the history
This is not needed as a service, because mxstartupctl from
mxstartup-classic.service calls `mxvipctl start` by itself.

Remove this service.
  • Loading branch information
donald committed Jan 3, 2019
1 parent 0104a80 commit 7270e3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ all:

install:
mkdir -p -m 0755 ${DESTDIR}${SYSTEMDSYSTEMDIR}
install -m 0644 mxstartup-mxvip.service ${DESTDIR}${SYSTEMDSYSTEMDIR}
install -m 0644 mxstartup-classic.service ${DESTDIR}${SYSTEMDSYSTEMDIR}
mkdir -p -m 0755 ${DESTDIR}${SBINDIR}
install -m 0755 mxstartup2mxconfig ${DESTDIR}${SBINDIR}
Expand Down
4 changes: 2 additions & 2 deletions mxstartup-classic.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Mariux mxstartup classic
After=mxstartup-mxvip.service mxmount.service nis.service
Requires=mxstartup-mxvip.service mxmount.service
After=mxmount.service nis.service
Requires=mxmount.service

[Service]
Type=oneshot
Expand Down
15 changes: 0 additions & 15 deletions mxstartup-mxvip.service

This file was deleted.

0 comments on commit 7270e3b

Please sign in to comment.