2020 美國總統大選結束後,川普還會回到政治舞台嗎?
來表達一下我目前 (2021/4/7) ...
注意:本篇文章不會教你如何從 0 開始設定 systemd ,因此在閱讀以前請先自行了解 systemd 。
[Service] ExecStart=/etc/init.d/xxx
#!/bin/sh ### BEGIN INIT INFO # Default-Start: 2 3 4 5 # Default-Stop: ### END INIT INF
( 第一列的 #!/bin/sh 可視你的執行檔屬性而有所不同 )
systemctl daemon-reload systemctl enable xxxx
reboot systemctl status xxxx