Skip to content

Commit

Permalink
Fix lsc-async Type in unitfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierba authored and davidcoutadeur committed Jun 27, 2024
1 parent a148321 commit 9820df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/install/lib/systemd/system/lsc-async.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=LSC server
After=network.target

[Service]
Type=forking
Type=simple
User=lsc
Group=lsc
PIDFile=/var/run/lsc.pid
Expand Down
2 changes: 1 addition & 1 deletion src/install/lib/systemd/system/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=LSC server for specific instance %I
After=network.target

[Service]
Type=forking
Type=simple
User=lsc
Group=lsc
PIDFile=/var/run/lsc.pid
Expand Down

0 comments on commit 9820df2

Please sign in to comment.