From ff9f223c75272e1d226641df5f395222575329f9 Mon Sep 17 00:00:00 2001 From: "Fafner [_KeyZee_]" Date: Mon, 12 Oct 2020 12:35:33 +0200 Subject: [PATCH] Update aquarium.service.sample Don't run aquarium as root --- etc/systemd/system/aquarium.service.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/systemd/system/aquarium.service.sample b/etc/systemd/system/aquarium.service.sample index 46f0c647..554fcb66 100644 --- a/etc/systemd/system/aquarium.service.sample +++ b/etc/systemd/system/aquarium.service.sample @@ -4,6 +4,8 @@ Requires=docker.service After=docker.service [Service] +User= +Group= Type=forking RemainAfterExit=true WorkingDirectory=path to the directory where you installed aquarium>