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:
Jake Howard 2020-04-28 16:18:53 +01:00
parent fb966d73bb
commit 6804cd0edb
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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"