Skip to content

Commit

Permalink
Changed post install order.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmount1992 committed Jul 4, 2023
1 parent baaab32 commit 1bd65bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions qcr-services/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ systemctl daemon-reload
systemctl enable ros.service
systemctl start ros.service

systemctl enable ros-watchdog.service
systemctl start ros-watchdog.service

systemctl enable roscore.service
systemctl start roscore.service

systemctl enable ros-watchdog.service
systemctl start ros-watchdog.service

systemctl enable ros-project.service
systemctl start ros-project.service

Expand Down
6 changes: 3 additions & 3 deletions qcr-services/debian/prerm
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ systemctl disable ros-robot.service
systemctl stop ros-sensors.service
systemctl disable ros-sensors.service

systemctl stop roscore.service
systemctl disable roscore.service

systemctl stop ros-watchdog.service
systemctl disable ros-watchdog.service

systemctl stop roscore.service
systemctl disable roscore.service

systemctl stop ros.service
systemctl disable ros.service

Expand Down
2 changes: 1 addition & 1 deletion qcr-services/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>qcr_services</name>
<version>0.3.4</version>
<version>0.3.5</version>
<description>The qcr_services package</description>

<!-- One maintainer tag required, multiple allowed, one person per tag -->
Expand Down

0 comments on commit 1bd65bc

Please sign in to comment.