This commit is contained in:
parent
90d2be2e6b
commit
d04a7160a5
2 changed files with 4 additions and 0 deletions
|
@ -29,3 +29,4 @@ steps:
|
|||
- cp mystreamdeck.service /etc/systemd/system
|
||||
- systemctl daemon-reload
|
||||
- systemctl restart mystreamdeck.service
|
||||
- systemctl enable mystreamdeck.service
|
||||
|
|
|
@ -3,3 +3,6 @@ Description=mystreamdeck
|
|||
|
||||
[Service]
|
||||
ExecStart=/opt/mystreamdeck/mystreamdeck --config=/opt/mystreamdeck/mystreamdeck.yaml
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue