Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Trust and Identity Incubator
alternate-mdx
Commits
17fa7bee
Commit
17fa7bee
authored
Jan 27, 2022
by
Martin van Es
Browse files
Add mdproxy systemd service file
parent
b20e96ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
mdproxy.service
0 → 100644
View file @
17fa7bee
[Unit]
Description
=
MDProxy
After
=
syslog.target network.target
[Service]
Type
=
simple
WorkingDirectory
=
/opt/alternate-mdx
ExecStart
=
/opt/alternate-mdx/bin/python -u mdproxy.py
ExecReload
=
/bin/kill -HUP $MAINPID
Restart
=
on-failure
RestartSec
=
10
SyslogIdentifier
=
mdproxy
[Install]
WantedBy
=
multi-user.target
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment