add rpm/sysusers, temporarily fix rpm/postinst
Signed-off-by: June Strawberry <june@vern.cc>
This commit is contained in:
committed by
Jason Volk
parent
9e75453303
commit
5a55f84104
@@ -43,8 +43,9 @@ post_install_script = "rpm/postinst"
|
||||
assets = [
|
||||
{ source = "target/release/tuwunel", dest = "/usr/sbin/tuwunel", mode = "755" },
|
||||
{ source = "README.md", dest = "/usr/share/doc/tuwunel/", mode = "644", doc = true },
|
||||
{ source = "tuwunel-example.toml", dest = "/etc/tuwunel/tuwunel.toml", mode = "640", config = "noreplace" },
|
||||
{ source = "tuwunel-example.toml", dest = "/etc/tuwunel/tuwunel.toml", mode = "640", config = "noreplace", user = "tuwunel", group = "tuwunel" },
|
||||
{ source = "rpm/tuwunel.service", dest = "/etc/systemd/system/", mode = "644" },
|
||||
{ source = "rpm/sysusers", dest = "/usr/lib/sysusers.d/tuwunel.conf", mode = "644" },
|
||||
]
|
||||
|
||||
[package.metadata.arch]
|
||||
|
||||
Reference in New Issue
Block a user