mirror of
https://github.com/blacktop/ipsw.git
synced 2026-05-08 12:22:26 +00:00
14 lines
288 B
SYSTEMD
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
|