Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
irker
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
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
iDB
irker
Commits
5c38c929
Commit
5c38c929
authored
7 years ago
by
Vijver, van de, Bob (UT-GUEST)
Committed by
Tobias Feijten
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added custom systemd irkerd configuration
parent
e82bd78f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
irkerd.custom.service
+15
-0
15 additions, 0 deletions
irkerd.custom.service
with
15 additions
and
0 deletions
irkerd.custom.service
0 → 100644
+
15
−
0
View file @
5c38c929
[Unit]
Description
=
iDB irker server
After
=
network.target
[Service]
User
=
www-data
ExecStart
=
/usr/bin/python /var/www/irker/irkerd -H 0.0.0.0 -n iDBirker
ExecStartPost
=
/bin/sleep 10
ExecStartPost
=
/var/www/irker/irk irc://irc.snt.utwente.nl:6667/idb?key=xxx I\'m back!
ExecStop
=
/var/www/irker/irk irc://irc.snt.utwente.nl:6667/idb?key=xxx I\'ll be back!
ExecStop
=
/bin/sleep 2
Restart
=
always
[Install]
WantedBy
=
multi-user.target
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