forked from pool/mariadb
- Fix undefined initial status in systemd script (boo #914370)
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=164
This commit is contained in:
parent
d617d57d8c
commit
81ede2b5b6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 19:17:09 UTC 2015 - xrigou@otenet.gr
|
||||
|
||||
- Fix undefined initial status in systemd script (boo #914370)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 20:29:24 UTC 2015 - xrigou@otenet.gr
|
||||
|
||||
|
@ -86,6 +86,9 @@ rc_reset ()
|
||||
return 0
|
||||
}
|
||||
|
||||
# First reset status of this service
|
||||
rc_reset
|
||||
|
||||
# Return values acc. to LSB for all commands but status:
|
||||
# 0 - success
|
||||
# 1 - generic or unspecified error
|
||||
|
Loading…
Reference in New Issue
Block a user