summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/londonlaw/files/londonlaw.rc')
-rw-r--r--games-puzzle/londonlaw/files/londonlaw.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/londonlaw/files/londonlaw.rc b/games-puzzle/londonlaw/files/londonlaw.rc
index 9626a3d61a7d..fbc185c60018 100644
--- a/games-puzzle/londonlaw/files/londonlaw.rc
+++ b/games-puzzle/londonlaw/files/londonlaw.rc
@@ -7,8 +7,8 @@ depend() {
start() {
ebegin "Starting londonlaw server"
start-stop-daemon --start --pidfile /var/run/london-server.pid \
- --user GAMES_USER_DED --background --stdout /var/log/londonlaw.log \
- --stderr /var/log/londonlaw.log --make-pidfile \
+ --user GAMES_USER_DED --background --stdout GAMES_LOGDIR/PN.log \
+ --stderr GAMES_LOGDIR/PN.log --make-pidfile \
--exec GAMES_BINDIR/london-server -- -p $LONDONLAW_PORT
eend $?
}