You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/operate/reference/viam-server/manage-viam-server.md
+3-29Lines changed: 3 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,29 +127,9 @@ Type **Ctrl + C** on your keyboard within the terminal session where you are run
127
127
128
128
### Run as a system service
129
129
130
-
Installing `viam-server` as a system service is not recommended for most use cases on macOS.
131
-
However, if you are looking to create a machine that runs on macOS and you want it to run `viam-server` automatically when your macOS system boots, then you will need to run `viam-server` as a service.
132
-
133
-
Once you have [installed `viam-server`](/operate/install/setup/) on your macOS computer, use the following commands to control the service.
134
-
These commands require that you store your machine cloud credentials file at <file>/opt/homebrew/etc/viam.json</file>.
135
-
136
-
#### Start
137
-
138
-
```sh {class="command-line" data-prompt="$"}
139
-
brew services start viam-server
140
-
```
141
-
142
-
#### Stop
143
-
144
-
```sh {class="command-line" data-prompt="$"}
145
-
brew services stop viam-server
146
-
```
147
-
148
-
#### Restart
149
-
150
-
```sh {class="command-line" data-prompt="$"}
151
-
brew services restart viam-server
152
-
```
130
+
The brew installation of `viam-server` CANNOT be run as a system service in the
131
+
background. If you would like to run `viam-server` in the background, install
0 commit comments