<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Here's an native tsm client service for your fedora running
    workstation/server since it's probably going to be awhile before IBM
    catches up to systemd... <br>
    <br>
    ### tsm-client.service ###<br>
    <br>
    [Unit]<br>
    Description=Tivoly Storage Manager Client<br>
    After=network.target<br>
    <br>
    [Service]<br>
    Type=oneshot<br>
    Environment=DSM_LOG=/var/log/tsm<br>
    <div class="vg">ExecStart=/usr/bin/ds<wbr>mcad<br>
      ExecStart=/bin/bash -c "exec /usr/bin/dsmc sched &gt; /dev/null
      2&gt;&amp;1 &amp;"<br>
      RemainAfterExit=yes<br>
      <br>
      [Install]<br>
      WantedBy=multi-user.<wbr>target</div>
  </body>
</html>