relay/pkg/scripts/postinstall.sh

5 lines
98 B
Bash
Raw Normal View History

2022-09-29 00:49:41 +00:00
#!/usr/bin/env bash
systemctl enable lumeweb-relay.service
systemctl start lumeweb-relay.service