Arthur Lu
485ba0120e
move localdb to config folder, consolidate vars.js with localdb, move service scripts to service folder
11 lines
236 B
Desktop File
11 lines
236 B
Desktop File
[Unit]
|
|
Description=proxmoxaas-api
|
|
After=network.target
|
|
[Service]
|
|
WorkingDirectory=/<path to dir>/ProxmoxAAS-API/
|
|
ExecStart=/<path to dir>/ProxmoxAAS-API/start.sh
|
|
Restart=always
|
|
RestartSec=10
|
|
Type=simple
|
|
[Install]
|
|
WantedBy=default.target |