Q:
mysqlをrpmをインストールして、systemctlの設定はどこ?
==>何?mysql?
sudo systemd show mysql
here is the same man
Implementation of systemd is imminent, yet after days of research I can
not find a mysqld.service file that actually works in Debian. I've
searched and searched, asked on mailing lists, and asked in IRC on
#debian, #systemd, and #mysql.
Nobody knows, or at least nobody helps. There isn't even a
mysqld.service file in Sid's mysql-server package.
=ーー>ぜんぜんみつかりません。。。
じゃ。。rpmファイルを解析する
=ー>そんなsrc.rpmはない。。
yum localinstall
==>
ローカルにあるのrpmファイルをyumでインストールする方法。
依存性のファイルをレポジトリから探してきてくれるのが超便利です。
=-->ないです。
How Do I Convert A SysV Init Script Into A systemd Service File?
SysV Init Script????
systemd Service File??
何か合っている。
A:==>init.d/のしたにtestを作って、
sudo systemctl show testを確認するところ
ExecStart={ path=/etc/rc.d/init.d/test ; argv[]=/etc/rc.d/init.d/test start ; ignore_errors=no ; start_time=[n/a] ;
ExecStop={ path=/etc/rc.d/init.d/test ; argv[]=/etc/rc.d/init.d/test stop ; ignore_errors=no ; start_time=[n/a] ;
ありますね。。。
結論的には、mysql.serviceは存在しない。systemdはinit.d↓のスクリプトを使って偽装(init.dしたのスクリプトは大体、start,stop restart status)があるので