mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
14 lines
281 B
SYSTEMD
14 lines
281 B
SYSTEMD
[Unit]
|
|
Description=Socket activation for snappy daemon
|
|
|
|
[Socket]
|
|
ListenStream=/run/snapd.socket
|
|
ListenStream=/run/snapd-snap.socket
|
|
SocketMode=0666
|
|
# these are the defaults, but can't hurt to specify them anyway:
|
|
SocketUser=root
|
|
SocketGroup=root
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|