new bin name for homepage

This commit is contained in:
admin 2024-04-10 11:01:54 +02:00
parent 8e90b46efa
commit 09b6116a5b
2 changed files with 5 additions and 5 deletions

View file

@ -58,11 +58,11 @@
]
},
"locked": {
"lastModified": 1711535911,
"narHash": "sha256-SzgDrsyBskLyipFzsKwPOKP9FMgGB+6tUQ0VpeGQ/1Y=",
"lastModified": 1712669985,
"narHash": "sha256-fmd3xOIM0upqexDJlFQHipi7LNES+/RoN7VHIrGK7EM=",
"ref": "refs/heads/main",
"rev": "80221fa4d735fbc232d97d3384c8af0e40a4e331",
"revCount": 9,
"rev": "db7de53f0f029d96055050f474544b96cf7bf904",
"revCount": 23,
"type": "git",
"url": "https://git.sondell.org/glennwso/home.git"
},

View file

@ -13,7 +13,7 @@ in
After="network-online.target";
};
serviceConfig = {
ExecStart = "${homepage}/bin/homepage -p ${port}";
ExecStart = "${homepage}/bin/home-prod -p ${port}";
User= "sondell";
Type= "simple";
};