add Makefile, move systemd service file to init folder

This commit is contained in:
2025-02-11 07:09:48 +00:00
parent 715691f2f7
commit 311a3e332d
3 changed files with 20 additions and 11 deletions

View File

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