chiark / gitweb /
checkpasswd: initial implementation
[userv-utils.git] / misc / checkpasswd-other
diff --git a/misc/checkpasswd-other b/misc/checkpasswd-other
new file mode 100644 (file)
index 0000000..c9a9b59
--- /dev/null
@@ -0,0 +1,9 @@
+#
+if ( grep calling-user /etc/userv/checkpasswd-service-users
+   & glob service-user root
+   )
+       reset
+       no-set-environment
+       disconnect-hup
+       execute checkpasswd-service
+fi