consolidate package and config import,

fix ldap auth template,
add start script and systemd service
This commit is contained in:
Arthur Lu
2024-01-11 00:07:35 +00:00
parent 8edfbe1ace
commit c0fc119dc2
7 changed files with 28 additions and 28 deletions

View File

@@ -0,0 +1,11 @@
[Unit]
Description=proxmoxaas-ldap
After=network.target
[Service]
WorkingDirectory=/<path to dir>/ProxmoxAAS-LDAP/
ExecStart=/<path to dir>/ProxmoxAAS-LDAP/start.sh
Restart=always
RestartSec=10
Type=simple
[Install]
WantedBy=default.target