Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CIP-Admins
cip-foxtemp
Commits
bfce5d59
Commit
bfce5d59
authored
Jul 22, 2017
by
Johannes Schilling
Browse files
trying again to restart service
parent
2fe64b35
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bfce5d59
cip-foxtemp (5.1) unstable; urgency=medium
* trying again; version bump
-- Johannes Schilling <johannes.schilling@cs.fau.de> Sat, 22 Jul 2017 00:59:30 +0200
cip-foxtemp (5) unstable; urgency=medium
* try to restart service on update
...
...
debian/postinst
View file @
bfce5d59
...
...
@@ -5,13 +5,14 @@ set -e
case
"
$1
"
in
configure
)
adduser
--quiet
--system
--home
/
--no-create-home
foxtemp
;;
triggered
)
# resetting also resets the USB connection, so new udev rules etc. apply
cip-foxtemp-hostsoftware reset
# Try to restart
invoke-rc.d cip-foxtemp-hostsoftware try-restart
||
true
exit
0
;;
esac
#DEBHELPER#
exit
0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment