summarylogtreecommitdiffstats
path: root/cuttlefish-operator.service
blob: 7840f1f923243c089bce39a9e7339faaceb2d733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Cuttlefish Host Orchestrator service

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

Restart=on-failure

[Install]
WantedBy=multi-user.target