938c1a4eb0
Whenever possible, prefer starting things as systemd units instead of instantiating them in ~/.profile and other dotfiles.
9 lines
No EOL
141 B
SYSTEMD
9 lines
No EOL
141 B
SYSTEMD
[Unit]
|
|
Description=Lorri build daemon
|
|
|
|
[Socket]
|
|
ListenStream=%t/lorri/daemon.socket
|
|
RuntimeDirectory=lorri
|
|
|
|
[Install]
|
|
WantedBy=sockets.target |