13 lines
280 B
SYSTEMD
13 lines
280 B
SYSTEMD
|
[Unit]
|
||
|
Description=AniNIX/Password | LDAP User Report
|
||
|
After=network.target raven.service ravensend-daemon.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/bash /usr/local/sbin/ldap-userreport
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
KillMode=process
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|