summarylogtreecommitdiffstats
path: root/houseflow-server.service
blob: 786d6481760261d9017b7ed6c07eaf7c1f7f7718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Houseflow server service
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/env houseflow-server
Restart=on-failure
RestartSec=1

[Install]
WantedBy=default.target