Add nasctl: Go NAS control plane with React frontend
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
install -d /var/lib/nasctl
|
||||
install -m 0755 /usr/local/bin/nasctl /usr/local/bin/nasctl
|
||||
install -m 0644 /etc/systemd/system/nasctl.service /etc/systemd/system/nasctl.service
|
||||
systemctl daemon-reload
|
||||
systemctl enable nasctl.service
|
||||
|
||||
echo "nasctl installed. Start with: systemctl start nasctl"
|
||||
Reference in New Issue
Block a user