Add systemd service file
[mercuryms.git] / mercuryms.service
CommitLineData
02a81b72
JC
1[Unit]
2Description=MercuryMS Webhook Server
3After=network.target
4
5[Service]
6Type=simple
7ExecStart=/opt/mercuryms/bin/python /opt/mercuryms/mms-download.py
8
9[Install]
10WantedBy=multi-user.target