challenger-httpd.prerm (165B)
1 #!/bin/sh 2 3 set -e 4 5 if [ -d /run/systemd/system ] && [ "$1" = remove ]; then 6 deb-systemd-invoke stop 'challenger-httpd.service' >/dev/null || true 7 fi 8 9 exit 0
challengerOAuth 2.0-based authentication service that validates user can receive messages at a certain address | |
| Log | Files | Refs | Submodules | README | LICENSE |