12 lines
254 B
SYSTEMD
12 lines
254 B
SYSTEMD
|
[Unit]
|
||
|
Description=QEMU configuration for non-native binary formats
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/lib/systemd/scripts/qemu-binfmt start
|
||
|
ExecStop=/usr/lib/systemd/scripts/qemu-binfmt stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|