Skip to content

Commit

Permalink
Fix systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
bkbilly committed Apr 28, 2024
1 parent e8745fc commit 5b5d3af
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lnxlink/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
[Service]
Type=simple
Restart=always
StartLimitIntervalSec=300
StartLimitBurst=1
RestartSec=5
User=root
ExecStart={exec_cmd}
Expand All @@ -25,8 +24,7 @@
[Service]
Type=simple
Restart=always
StartLimitIntervalSec=300
StartLimitBurst=1
RestartSec=5
ExecStart={exec_cmd}
Expand Down

0 comments on commit 5b5d3af

Please sign in to comment.