source:
branches/1.0/debian/jobmonarch-jobmond.prerm
@
846
Last change on this file since 846 was 846, checked in by olahaye, 10 years ago | |
---|---|
|
|
File size: 118 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | PATH=/bin:/sbin:/usr/bin:/usr/sbin |
4 | |
5 | /etc/init.d/jobmond stop || true |
6 | update-rc.d -f jobmond remove || true |
Note: See TracBrowser
for help on using the repository browser.