Skip to content

Commit

Permalink
fix: correct typo service template
Browse files Browse the repository at this point in the history
Turns out that Linux is case-sensitive, who could have guessed? /s
  • Loading branch information
warriordog authored Aug 6, 2024
1 parent aeed851 commit f733edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModShark/modshark.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Wants=postgresql.service
Type=simple
User=modshark
ExecStart=dotnet /home/modshark/ModShark/ModShark.dll
WorkingDirectory=/home/modshark/Modshark
WorkingDirectory=/home/modshark/ModShark
TimeoutSec=60
StandardOutput=journal
StandardError=journal
Expand Down

0 comments on commit f733edb

Please sign in to comment.