11 lines
213 B
Desktop File
11 lines
213 B
Desktop File
[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 |