new bin name for homepage

This commit is contained in:
admin 2024-04-10 11:01:54 +02:00
parent 3919c5f2d4
commit 12718077d8
2 changed files with 5 additions and 5 deletions

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";
};