summaryrefslogtreecommitdiffstats
path: root/etc/hitide.service
blob: a8167f8a4785f07e355c6e33c03a03d2f2f627f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
#
# 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