# # # This is an example systemd service definition file. # Users are expected to write their own version of this based on this. # # [Unit] After=network.target Description=hitide service [Service] Environment="BACKEND_HOST=http://localhost:3333" Environment="PORT=4333" User=hitide Group=hitide Restart=on-failure ExecStart=hitide