Creating logrotation for aquarium

pull/208/head
Fafner [_KeyZee_] 2021-05-26 19:24:51 +02:00 committed by GitHub
parent 03b635cc2b
commit b96e50c1fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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