diff --git a/proxmox-dash.service b/proxmox-dash.service new file mode 100644 index 0000000..223b099 --- /dev/null +++ b/proxmox-dash.service @@ -0,0 +1,13 @@ +[Unit] +Description=My Service +After=network.target + +[Service] +ExecStart=/usr/local/bin/flutter-pi -r 180 --release /opt/proxmox-dash + +Restart=on-failure +RestartSec=5s +Environment="HOME=/root" + +[Install] +WantedBy=default.target \ No newline at end of file