*Start service on install and stop it on uninstall
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
83af4fb226
commit
d2d9c0445c
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
systemctl enable lumeweb-relay.service
|
||||
systemctl start lumeweb-relay.service
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
systemctl stop lumeweb-relay.service
|
||||
systemctl disable lumeweb-relay.service
|
||||
|
|
Loading…
Reference in New Issue