mirror of https://github.com/CIRCL/lookyloo
commit
79cce3c6df
|
@ -0,0 +1,9 @@
|
|||
/var/log/aquarium*.log {
|
||||
daily
|
||||
missingok
|
||||
rotate 14
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
create 0640 root root
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
/var/log/lookyloo*.log {
|
||||
daily
|
||||
missingok
|
||||
rotate 14
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
create 0640 root root
|
||||
}
|
|
@ -11,6 +11,8 @@ RemainAfterExit=true
|
|||
WorkingDirectory=<path to the directory where you installed aquarium>
|
||||
ExecStart=/usr/bin/docker-compose up -d --remove-orphans
|
||||
ExecStop=/usr/bin/docker-compose down
|
||||
StandardOutput=append:/var/log/aquarium_message.log
|
||||
StandardError=append:/var/log/aquarium_error.log
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue