Native systemd unit for tsm client

"Jóhann B. Guðmundsson" johannbg at gmail.com
Thu Dec 15 02:53:42 UTC 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/devel/attachments/20111215/4574c1d7/attachment.html>


More information about the devel mailing list