Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hddemux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dkg
hddemux
Commits
f226ded6
Commit
f226ded6
authored
8 years ago
by
dkg
Browse files
Options
Downloads
Patches
Plain Diff
clean up systemd .service files
parent
3f723079
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hddemux.service
+4
-3
4 additions, 3 deletions
hddemux.service
hddemux.socket
+0
-1
0 additions, 1 deletion
hddemux.socket
with
4 additions
and
4 deletions
hddemux.service
+
4
−
3
View file @
f226ded6
[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.targ
et
Also
=
hddemux.sock
et
This diff is collapsed.
Click to expand it.
hddemux.socket
+
0
−
1
View file @
f226ded6
[Unit]
Description=HTTP/DNS demuxer socket
Documentation=man:hddemux(1)
Before=sockets.target
[Socket]
ListenStream=/run/hddemux/socket
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment