a2a92b8e1d
Resolves: #1155700
14 lines
321 B
SYSTEMD
14 lines
321 B
SYSTEMD
[Unit]
|
|
Description=MySQL compatibility service (another name for @DAEMON_NAME@.service; you should use @DAEMON_NAME@.service instead)
|
|
BindsTo=@DAEMON_NAME@.service
|
|
After=@DAEMON_NAME@.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/true
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Also=@DAEMON_NAME@.service
|