use BindsTo in redhat systemd service file
This commit is contained in:
parent
b64bd97a64
commit
b3c5a985ed
|
@ -5,6 +5,7 @@
|
||||||
Description=ZoneMinder CCTV recording and security system
|
Description=ZoneMinder CCTV recording and security system
|
||||||
After=network.target mariadb.service
|
After=network.target mariadb.service
|
||||||
Requires=mariadb.service
|
Requires=mariadb.service
|
||||||
|
BindsTo=mariadb.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
|
Loading…
Reference in New Issue