3cd12006bb
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
14 lines
247 B
Desktop File
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
|