Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@schlady
Created October 12, 2016 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schlady/52202be2cfc79c13da41c56897799da2 to your computer and use it in GitHub Desktop.
Save schlady/52202be2cfc79c13da41c56897799da2 to your computer and use it in GitHub Desktop.
systemd service file for the Tivoli Storage Manager Client Daemon dsmcad
[Unit]
Description=Tivoli Storage Manager Client Daemon
After=network.target
[Service]
Type=forking
ExecStart=/usr/bin/dsmcad
Restart=on-abort
GuessMainPID=no
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment