integ/support/tgt/centos/files/tgtd.service
Dean Troyer 3cd12006bb StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:36:35 -07:00

14 lines
247 B
Desktop File

[Unit]
Description=tgtd iSCSI target daemon
After=network.target
[Service]
Type=forking
ExecStart=/etc/init.d/tgtd start
ExecStop=/etc/init.d/tgtd stop
ExecReload=/etc/init.d/tgtd reload
#RemainAfterExit=yes
[Install]
WantedBy=multi-user.target