Run the crab service as me
Otherwise it doesn't have access to enumerate my processes, which really is how it's meant to be!
This commit is contained in:
parent
fb966d73bb
commit
6804cd0edb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ After=network-online.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=nobody
|
||||
User={{ user }}
|
||||
ExecStart=/usr/bin/crab router
|
||||
Environment="CRAB_ROUTER_HOST=0.0.0.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue