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
38abb21e
Commit
38abb21e
authored
Jul 22, 2017
by
Johannes Schilling
Browse files
postinst: try to restart service
parent
fe51eb62
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/postinst
View file @
38abb21e
...
...
@@ -2,4 +2,16 @@
set
-e
adduser
--system
--home
/ foxtemp
case
"
$1
"
in
configure
)
adduser
--quiet
--system
--home
/
--no-create-home
foxtemp
;;
triggered
)
# Try to restart
invoke-rc.d cip-foxtemp-hostsoftware try-restart
||
true
exit
0
;;
esac
#DEBHELPER#
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