Skip to content

Commit da8a5e3

Browse files
fix(sunshine): Change Linux service name from 'sunshine' to 'app-dev.lizardbyte.app.Sunshine' (#56)
1 parent 588e444 commit da8a5e3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/sunshine/service.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If you installed sunshine through the installer:
77
Press `WIN+R`, then type `services.msc` and hit `enter`.
88

99
Scroll down until you find `SunshineService`.
10-
10+
1111
If you found it, make sure it is running and set to start automatically.
1212

1313
If you can't find it, go to `C:\Program Files\Sunshine\scripts` and run `install-service.bat` as admin (right click).
@@ -17,25 +17,25 @@ If you can't find it, go to `C:\Program Files\Sunshine\scripts` and run `install
1717
Check if the service is running:
1818

1919
```bash
20-
systemctl status sunshine
20+
systemctl status app-dev.lizardbyte.app.Sunshine
2121
```
2222

2323
If it is not running, start it:
2424

2525
```bash
26-
systemctl --user start sunshine
26+
systemctl --user start app-dev.lizardbyte.app.Sunshine
2727
```
2828

2929
If you want to enable it to start on boot, run:
3030

3131
```bash
32-
systemctl --user enable sunshine
32+
systemctl --user enable app-dev.lizardbyte.app.Sunshine
3333
```
3434

3535
If you want to disable the service, run:
3636

3737
```bash
38-
systemctl --user disable sunshine
38+
systemctl --user disable app-dev.lizardbyte.app.Sunshine
3939
```
4040

4141
## Homebrew

0 commit comments

Comments
 (0)