Skip to content

Commit

Permalink
-C にする
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Aug 30, 2023
1 parent e2c722a commit 75c1fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/kohaku.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ KillMode=control-group
User=sora
Group=sora
WorkingDirectory=/home/sora/kohaku
ExecStart=/bin/bash -c '/home/sora/kohaku/bin/kohaku -c /home/sora/kohaku/config.ini 2>/var/log/kohaku/stderr.log 1>/var/log/kohaku/stdout.log'
ExecStart=/bin/bash -c '/home/sora/kohaku/bin/kohaku -C /home/sora/kohaku/config.ini 2>/var/log/kohaku/stderr.log 1>/var/log/kohaku/stdout.log'
Type=simple
LogsDirectory=kohaku

Expand Down

0 comments on commit 75c1fa5

Please sign in to comment.