Add systemd.service

This commit is contained in:
Anthony Wang 2023-09-30 16:24:25 +00:00
parent b65793c7e3
commit 6ace5f5a6b

8
systemd.service Normal file
View file

@ -0,0 +1,8 @@
[Unit]
Description=exozyme status page
[Service]
ExecStart=./statusbinary
[Install]
WantedBy=default.target