Skip to content
Snippets Groups Projects
Commit 17fa7bee authored by Martin van Es's avatar Martin van Es
Browse files

Add mdproxy systemd service file

parent b20e96ba
Branches
No related tags found
No related merge requests found
[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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment