35 lines
842 B
Desktop File
35 lines
842 B
Desktop File
[Unit]
|
|
|
|
# To configure this service, please use the following command
|
|
# to create an override configuration:
|
|
# systemctl edit albatross_console.service
|
|
|
|
Description=Albatross console daemon (albatross_console)
|
|
After=syslog.target
|
|
[Service]
|
|
Type=simple
|
|
|
|
#TODO no need to run as root!
|
|
#Environment="albatross_console_user=root"
|
|
User=root
|
|
|
|
WorkingDirectory=/
|
|
|
|
# TODO what does the following line do?
|
|
Environment=albatross_prefix=/usr/local/sbin/albatross_console.exe
|
|
#ExecStartPre=id # the fbsd scripts do something here, not sure what
|
|
ExecStart=/usr/local/sbin/albatross_console.exe --tmpdir="%t/albatross/" -vv
|
|
|
|
# state=%S
|
|
# runtime=%t
|
|
# small temp=%T
|
|
# large temp=%V
|
|
# PrivateTmp=yes
|
|
|
|
RuntimeDirectoryPreserve=yes
|
|
RuntimeDirectory=albatross albatross/fifo albatross/util
|
|
PIDFile=%t/albatross/console.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|