mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-21 22:53:31 +02:00
10 lines
179 B
SYSTEMD
10 lines
179 B
SYSTEMD
[Unit]
|
|
Description=Unix socket activation for atuin shell history daemon
|
|
|
|
[Socket]
|
|
ListenStream=%t/atuin.sock
|
|
SocketMode=0600
|
|
RemoveOnStop=true
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|