This commit is contained in:
zhangzhihan
2020-01-24 18:01:59 +08:00
parent e78252a137
commit 927d722f7a
28 changed files with 746 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Requires=network.target
After=network.target
[Service]
ExecStart=/etc/init.d/mariadb start
ExecStop=/etc/init.d/mariadb stop
Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target