add media-audiobookshelf.nix
This commit is contained in:
parent
a6c1f6d846
commit
2235abc0b0
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ with pkgs;
|
|||
serviceConfig = {
|
||||
Type = "simple";
|
||||
WorkingDirectory = "/srv/audiobookshelf";
|
||||
#ExecStart = "${unstable.audiobookshelf}/bin/audiobookshelf --host 127.0.0.1 --port 8000";
|
||||
ExecStart = "${unstable.audiobookshelf}/bin/audiobookshelf --port 8000";
|
||||
ExecReload = "${util-linux}/bin/kill -HUP $MAINPID";
|
||||
Restart = "always";
|
||||
|
|
Loading…
Reference in a new issue