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...
### tsm-client.service ###
[Unit]
Description=Tivoly Storage Manager Client
After=network.target
[Service]
Type=oneshot
Environment=DSM_LOG=/var/log/tsm
ExecStart=/usr/bin/dsmcad
ExecStart=/bin/bash -c "exec /usr/bin/dsmc sched > /dev/null 2>&1 &"
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel