Added some fixes for the Linux installer/service - now shipping a log4rs config; creates /var/log for log files; fixed name of service file

This commit is contained in:
Gregory Ballantine
2022-10-26 09:58:46 -04:00
parent b97a4b1c0f
commit 75d71e9695
5 changed files with 33 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ section = "video"
assets = [
["target/release/zealot", "usr/bin/zealot", "755"],
["build/etc/example.toml", "etc/zealot/example.toml", "644"],
["build/etc/log4rs.yaml", "etc/zealot/log4rs.yaml", "755"],
["README.md", "usr/share/doc/zealot/README", "644"]
]
[package.metadata.deb.systemd-units]