Skip to content

Commit

Permalink
Fix proxydetox.service
Browse files Browse the repository at this point in the history
  • Loading branch information
kiron1 committed Apr 13, 2024
1 parent 26fd1e3 commit a9a29c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/deb/proxydetox.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ After=network-online.target
Wants=network-online.target

[Service]
ExecStart=${prefix}/bin/proxydetox
ExecStart=/usr/bin/proxydetox
KillMode=process
RestartSec=5s
Restart=on-failure
LimitNOFILE=65536

[Install]
WantedBy=default.target

0 comments on commit a9a29c4

Please sign in to comment.