mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 16:57:29 -07:00
Signed-off-by: Diogo Pereira <sir.suriv@gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
15 lines
330 B
Desktop File
15 lines
330 B
Desktop File
[Unit]
|
|
Description=Restore LIO kernel target configuration
|
|
Requires=sys-kernel-config.mount
|
|
After=sys-kernel-config.mount network.target local-fs.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/targetctl restore
|
|
ExecStop=/usr/bin/targetctl clear
|
|
SyslogIdentifier=target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|