2021-06-01 openSUSE设置systemd开机启动的service
systemd的service文件
ExecStart
ExecStop
1.systemd的service文件
[Unit]
Description=WDPC-sl2 Server AutoStart Service
[Service]
User=wwwrun
Group=wwwrun
StandardOutput=null
StandardError=journal
ExecStart=/bin/bash /opt/py/autoStart.sh
ExecStop=/bin/bash /op.
原创
2021-06-01 20:53:28 ·
327 阅读 ·
0 评论