ddb82c3654
- Update to version 2.1.51 from 2.1.49, which includes the addition of a targetcli daemon, which can be used to speed up batch processing. See changes file for details. OBS-URL: https://build.opensuse.org/request/show/775439 OBS-URL: https://build.opensuse.org/package/show/Base:System/targetcli-fb?expand=0&rev=38
14 lines
222 B
Desktop File
14 lines
222 B
Desktop File
[Unit]
|
|
Description=Targetcli daemon
|
|
Documentation=man:targetclid(8)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/targetclid
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Also=targetclid.socket
|