Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webhook-to-matrix-hookshot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
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
isgphys
webhook-to-matrix-hookshot
Commits
6bd3e87c
Commit
6bd3e87c
authored
2 years ago
by
Sven Mäder
Browse files
Options
Downloads
Patches
Plain Diff
Add systemd service file
parent
0c41f9d2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
webhook.service
+17
-0
17 additions, 0 deletions
webhook.service
with
17 additions
and
0 deletions
webhook.service
0 → 100644
+
17
−
0
View file @
6bd3e87c
[Unit]
Description
=
webhook
After
=
network.target
[Service]
ExecStart
=
/opt/webhook/env/bin/uwsgi --socket 127.0.0.1:9080 --wsgi-file app.wsgi --threads 5
WorkingDirectory
=
/opt/webhook
Restart
=
always
RestartSec
=
60
StandardOutput
=
syslog
StandardError
=
syslog
SyslogIdentifier
=
webhook
User
=
webhook
Group
=
webhook
[Install]
WantedBy
=
default.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