2014-07-21 12:41:04 +00:00
|
|
|
[Unit]
|
2014-07-23 13:26:28 +00:00
|
|
|
Description=MySQL compatibility service (another name for @DAEMON_NAME@.service; you should use @DAEMON_NAME@.service instead)
|
|
|
|
BindsTo=@DAEMON_NAME@.service
|
2014-07-21 12:41:04 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=/bin/true
|
|
|
|
RemainAfterExit=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
2014-07-23 13:26:28 +00:00
|
|
|
Also=@DAEMON_NAME@.service
|