mirror of https://github.com/CIRCL/lookyloo
Creating logrotation for aquarium
parent
03b635cc2b
commit
b96e50c1fd
|
@ -11,6 +11,8 @@ RemainAfterExit=true
|
||||||
WorkingDirectory=<path to the directory where you installed aquarium>
|
WorkingDirectory=<path to the directory where you installed aquarium>
|
||||||
ExecStart=/usr/bin/docker-compose up -d --remove-orphans
|
ExecStart=/usr/bin/docker-compose up -d --remove-orphans
|
||||||
ExecStop=/usr/bin/docker-compose down
|
ExecStop=/usr/bin/docker-compose down
|
||||||
|
StandardOutput=append:/var/log/aquarium_message.log
|
||||||
|
StandardError=append:/var/log/aquarium_error.log
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue