13 lines
255 B
Desktop File
13 lines
255 B
Desktop File
[Unit]
|
|
Description=My Custom Startup Script
|
|
|
|
[Service]
|
|
User=pro
|
|
# 这里确保自己对这个脚本有执行权限。现chmod +x xxxx.sh
|
|
ExecStart=/home/pro/xxxx/run.sh
|
|
Restart=on-failure
|
|
WorkingDirectory=/home/pro/
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|