8c5ea4ea90
- Allow to add options via sysconfig (bnc#828214) - Drop invalid ExecStopPre entry OBS-URL: https://build.opensuse.org/request/show/330131 OBS-URL: https://build.opensuse.org/package/show/Base:System/tgt?expand=0&rev=30
17 lines
551 B
Desktop File
17 lines
551 B
Desktop File
[Unit]
|
|
Description=tgt admin
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/tgt
|
|
Type=forking
|
|
User=root
|
|
ExecStart=/usr/sbin/tgtd $TGTD_OPTS
|
|
ExecStartPost=/bin/bash -c "sleep 0.5 ; /usr/sbin/tgtadm --op update --mode sys --name State -v offline ; /usr/sbin/tgt-admin -e -c /etc/tgt/targets.conf ; /usr/sbin/tgtadm --op update --mode sys --name State -v ready"
|
|
# only valid in .socket: ExecStopPre=/usr/sbin/tgt-admin --update ALL -c /dev/null
|
|
ExecStop=-/usr/sbin/tgtadm --op delete --mode system
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|