xref: /aosp_15_r20/tools/treble/hacksaw/scripts/hacksaw.service (revision 105f628577ac4ba0e277a494fbb614ed8c12a994)
1[Unit]
2Description=Hacksaw service
3ConditionPathExists=/usr/local/bin/hacksawd
4
5[Service]
6# Runs as root by default
7Type=simple
8ExecStart=/usr/local/bin/hacksawd
9
10[Install]
11RequiredBy=hacksaw.socket
12