ProxmoxAAS-LDAP/service/proxmoxaas-ldap.service
Arthur Lu 4e720caa0a consolidate package and config import,
fix ldap auth template,
add start script and systemd service
2025-02-11 07:09:47 +00:00

11 lines
239 B
Desktop File

[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