albatross_log.service: don't depend on albatross_console

Co-authored-by: Hannes Mehnert <hannes@mehnert.org>
This commit is contained in:
Reynir Björnsson 2020-11-26 07:29:04 +01:00 committed by GitHub
parent 362ff7b27a
commit c3cd5bd5ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# systemctl edit albatross_log.service
Description=Albatross log daemon (albatross_log)
After=syslog.target albatross_console.service
Requires=albatross_console.socket albatross_log.socket
Requires=albatross_log.socket
AssertPathExists=/var/lib/albatross/albatross.log
[Service]