Add blame ignore file
[mercuryms.git] / mercuryms.service
CommitLineData
02a81b72
JC
1[Unit]
2Description=MercuryMS Webhook Server
3After=network.target
4
5[Service]
6Type=simple
c53cc8d5
JC
7User=mercuryms
8Group=mercuryms
9WorkingDirectory=/usr/share/mercuryms
de99d6c2 10StandardOutput=syslog
02a81b72 11ExecStart=/opt/mercuryms/bin/python /opt/mercuryms/mms-download.py
34532339 12Environment="MERCURYMS_PORT=9092"
02a81b72
JC
13
14[Install]
15WantedBy=multi-user.target