This website requires JavaScript.
Explore
Help
Sign In
LumeWeb
/
relay
Watch
1
Star
0
Fork
You've already forked relay
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
90ef9e3386
relay
/
pkg
/
scripts
/
postinstall.sh
5 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
*Add systemd service to package
2022-09-29 00:49:41 +00:00
#!/usr/bin/env bash
systemctl
enable
lumeweb-relay.service
*Start service on install and stop it on uninstall
2022-12-07 06:18:12 +00:00
systemctl start lumeweb-relay.service