Skip to content

Instantly share code, notes, and snippets.

@jremus
jremus / vtaped.sh
Last active August 29, 2015 13:57 — forked from jremus/suse-java-daemon.sh
A SUSE Linux start/stop script for the IBM VSE Virtual Tape Server based on the SUSE Linux start/stop script for Java daemons by Christian d'Heureuse.
#!/bin/sh
#
# A SUSE Linux start/stop script for the VSE Virtual Tape Server based on the SUSE Linux start/stop script for Java daemons by Christian d'Heureuse.
#
# Home page: http://www.source-code.biz
# License: GNU/LGPL V2.1 (http://www.gnu.org/licenses/lgpl.html)
# Copyright 2006 Christian d'Heureuse, Inventec Informatik AG, Switzerland.
#
# History:
# 2006-06-27 Christian d'Heureuse: Script created.