summaryrefslogtreecommitdiff
path: root/contrib/cygwin/remove-cygwin-service.sh
blob: e766333d7f48a1c60995ea828ea75d3336db9a4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

# Contributed to the boxbackup project by Per Reedtz Thomsen. pthomsen@reedtz.com

# This script removes the 'boxbackup' service from the Windows service manager
# using the cygrunsrv utility. 

# Date      Who                      Comments
# 20041005  pthomsen@reedtz.com      Created 

cygrunsrv -R boxbackup

echo "Service \"boxbackup\" removed."