2019-11-21 12:29:22 +00:00
|
|
|
[Unit]
|
|
|
|
# To configure this service, please use the following command
|
|
|
|
# to create an override configuration:
|
|
|
|
# systemctl edit albatross_log.service
|
|
|
|
Description=Albatross log daemon (albatross_log)
|
2020-04-03 14:34:30 +00:00
|
|
|
After=syslog.target albatross_console.service
|
|
|
|
Requires=albatross_console.service
|
|
|
|
|
2019-11-21 12:29:22 +00:00
|
|
|
[Service]
|
|
|
|
Type=simple
|
2020-04-03 14:34:30 +00:00
|
|
|
User=albatross
|
|
|
|
ExecStart=/usr/local/sbin/albatross-log --logfile="/var/lib/albatross/albatross.log" --tmpdir="%t/albatross/" -vv
|
|
|
|
#RuntimeDirectory=albatross albatross/util
|
|
|
|
#RuntimeDirectoryPreserve=yes # avoid albatross.log being cleaned up
|
|
|
|
PIDFile=%t/albatross/log.pid
|
|
|
|
RestrictAddressFamilies=AF_UNIX
|
2019-11-21 12:29:22 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|