18 lines
356 B
Plaintext
18 lines
356 B
Plaintext
[Unit]
|
|
Description=Install the gasket/apex kernel modules
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Container]
|
|
Image=git.pyrocufflink.net/containerimages/gasket-driver:%v
|
|
PodmanArgs=--privileged
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
ExecStop=/usr/sbin/rmmod apex
|
|
ExecStop=/usr/sbin/rmmod gasket
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|