summarylogtreecommitdiffstats
path: root/cuttlefish-host-resources.service
blob: 45db923d3afeab4deaf91bc33708d056b86cc283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Cuttlefish host support package

[Service]
Type=forking
ExecStart=/usr/bin/cuttlefish-host-resources start
ExecStop=/usr/bin/cuttlefish-host-resources stop

Restart=on-failure

[Install]
WantedBy=multi-user.target