Update aquarium.service.sample

Don't run aquarium as root
pull/100/head
Fafner [_KeyZee_] 2020-10-12 12:35:33 +02:00 committed by GitHub
parent 4f52804361
commit ff9f223c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ Requires=docker.service
After=docker.service
[Service]
User=<system user used to install lookyloo>
Group=<group of the user used to install lookyloo>
Type=forking
RemainAfterExit=true
WorkingDirectory=path to the directory where you installed aquarium>