summaryrefslogtreecommitdiff
path: root/config/systemhttpd.nix
diff options
context:
space:
mode:
authorKJ Ørbekk <kj@orbekk.com>2017-06-20 07:28:47 -0400
committerKJ Ørbekk <kj@orbekk.com>2017-06-20 07:29:11 -0400
commit5e8bf9b54c9b68f95fad811075d01b22327c5071 (patch)
treefe105fb00c0de15c6e86173dfbb14e86020a878c /config/systemhttpd.nix
parent9de22b674fe428895799238d42f57d2eca1ea207 (diff)
Update systemhttpd binary.
Diffstat (limited to 'config/systemhttpd.nix')
-rw-r--r--config/systemhttpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/systemhttpd.nix b/config/systemhttpd.nix
index dacb7cd..a358717 100644
--- a/config/systemhttpd.nix
+++ b/config/systemhttpd.nix
@@ -14,7 +14,7 @@ in
RUST_LOG = "error,systemhttp=info,main=info";
};
serviceConfig = {
- ExecStart = "${pkgs.systemhttpd}/bin/main --port ${toString port} " +
+ ExecStart = "${pkgs.systemhttpd}/bin/systemhttpd --port ${toString port} " +
"--db_file /var/lib/systemhttpd/db.sqlite " +
"--base_url https://kj.orbekk.com/systemd/ serve";
User = "root";