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