Files
ipsw/hack/goreleaser/linux_install/ipsw.socket
T
2023-04-12 20:00:05 -06:00

14 lines
288 B
SYSTEMD

[Unit]
Description=ipswd Socket for the API
[Socket]
# If /var/run is not implemented as a symlink to /run, you may need to
# specify ListenStream=/var/run/ipsw.sock instead.
ListenStream=/run/ipsw.sock
SocketMode=0660
SocketUser=root
SocketGroup=ipsw
[Install]
WantedBy=sockets.target