mirror of
https://github.com/BELABOX/belaUI.git
synced 2026-07-04 14:46:41 +00:00
Add an install script for the systemd service
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
sed "s#WorkingDirectory=.*#WorkingDirectory=$(pwd)#g" belaUI.service > /etc/systemd/system/belaUI.service &&
|
||||
systemctl daemon-reload &&
|
||||
systemctl restart belaUI &&
|
||||
systemctl enable belaUI
|
||||
Reference in New Issue
Block a user