ProxmoxAAS-LDAP/service/proxmoxaas-ldap.service

11 lines
239 B
SYSTEMD
Raw Normal View History

[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