Skip to content
Snippets Groups Projects
Commit f226ded6 authored by dkg's avatar dkg
Browse files

clean up systemd .service files

parent 3f723079
Branches
No related tags found
No related merge requests found
[Unit]
Description=HTTP/DNS demuxer service
Documentation=man:hddemux(1)
## This is a socket-activated service:
RefuseManualStart=true
Requires=hddemux.socket
[Service]
Type=notify
ExecStart=/usr/bin/hddemux
WorkingDirectory=/run/hddemux/workdir
User=hddemux
Group=hddemux
[Install]
WantedBy=sockets.target
Also=hddemux.socket
[Unit]
Description=HTTP/DNS demuxer socket
Documentation=man:hddemux(1)
Before=sockets.target
[Socket]
ListenStream=/run/hddemux/socket
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment