Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Outurnate committed Oct 25, 2022
1 parent fc4cb70 commit 164a403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ruuth"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
license = "GPL-3.0-or-later"
description = "Lightweight NGINX auth_request backend"
Expand Down Expand Up @@ -66,7 +66,7 @@ assets = [
{ source = "pkg/ruuth.toml", dest = "/etc/ruuth.toml", mode = "644", config = true, doc = false },
{ source = "pkg/ruuth.service", dest = "/usr/lib/systemd/system/ruuth.service", mode = "644", config = true, doc = false }
]
pre_install_script = "getent group ruuth >/dev/null 2>&1 || groupadd -r -c \"ruuth authentication daemon group\" ruuth; getent passwd ruuth >/dev/null 2>&1 || useradd -g ruuth -r --no-create-home -s /sbin/nologin -c \"ruuth authentication daemon account\" ruuth"
pre_install_script = "getent group ruuth >/dev/null 2>&1 || groupadd -r ruuth; getent passwd ruuth >/dev/null 2>&1 || useradd -g ruuth -r --no-create-home -s /sbin/nologin -c \"ruuth authentication daemon account\" ruuth"
post_install_script = "systemctl daemon-reload"
pre_uninstall_script = "systemctl disable --now ruuth"

Expand Down

0 comments on commit 164a403

Please sign in to comment.