*Start service on install and stop it on uninstall
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Derrick Hammer 2022-12-07 01:18:12 -05:00
parent 83af4fb226
commit d2d9c0445c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
systemctl enable lumeweb-relay.service
systemctl start lumeweb-relay.service

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
systemctl stop lumeweb-relay.service
systemctl disable lumeweb-relay.service