Skip to content

Commit eddf948

Browse files
committed
Add config for STATEPATH and SOCKETFILE
This matches the changes in accentor/api#402
1 parent 7f9ad96 commit eddf948

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ let
1313
FFMPEG_LOG_LOCATION = "/var/log/accentor/ffmpeg.log";
1414
FFMPEG_VERSION_LOCATION = "${cfg.home}/ffmpeg.version";
1515
PIDFILE = "/run/accentor/server.pid";
16+
STATEPATH = "/run/accentor/server.state";
17+
SOCKETFILE = "unix:///run/accentor/server.sock";
1618
RACK_ENV = "production";
1719
RAILS_ENV = "production";
1820
RAILS_LOG_TO_STDOUT = "yes";

0 commit comments

Comments
 (0)