Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
d859ffff
Commit
d859ffff
authored
Feb 11, 2016
by
Sergey
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #145 from ottok/ok-debpkg-10.0
MDEV-9354: Debian: unmask the mysql.service on installation
parents
be19bba4
2a9f84b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
debian/dist/Debian/mariadb-server-10.0.postinst
debian/dist/Debian/mariadb-server-10.0.postinst
+5
-0
debian/dist/Ubuntu/mariadb-server-10.0.postinst
debian/dist/Ubuntu/mariadb-server-10.0.postinst
+5
-0
No files found.
debian/dist/Debian/mariadb-server-10.0.postinst
View file @
d859ffff
...
...
@@ -264,6 +264,11 @@ fi
db_stop
# in case invoke failes
# If we upgrade from MySQL mysql.service may be masked, which also
# means init.d script is disabled. Unmask mysql service explicitely.
# Ignore exit code as command is not available everywhere.
deb-systemd-helper unmask mysql.service
>
/dev/null
||
true
#DEBHELPER#
exit
0
debian/dist/Ubuntu/mariadb-server-10.0.postinst
View file @
d859ffff
...
...
@@ -280,6 +280,11 @@ fi
db_stop
# in case invoke failes
# If we upgrade from MySQL mysql.service may be masked, which also
# means init.d script is disabled. Unmask mysql service explicitely.
# Ignore exit code as command is not available everywhere.
deb-systemd-helper unmask mysql.service
>
/dev/null
||
true
#DEBHELPER#
exit
0
Write
Preview
Markdown
is supported
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