Skip to content

Commit

Permalink
fix: service文件错误
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Jul 2, 2024
1 parent e1d9832 commit d1beb60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/panel.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Wants=network.target
Type=simple
WorkingDirectory=/www/panel/
ExecStart=/www/panel/panel --env="/www/panel/panel.conf"
ExecReload=kill -s HUP \$MAINPID
ExecStop=kill -s QUIT \$MAINPID
ExecReload=kill -s HUP $MAINPID
ExecStop=kill -s QUIT $MAINPID
User=root
Restart=always
RestartSec=5
Expand Down

0 comments on commit d1beb60

Please sign in to comment.