source:
branches/1.0/debian/jobmonarch-jobmond.postinst
@
846
Last change on this file since 846 was 846, checked in by olahaye, 10 years ago | |
---|---|
|
|
File size: 152 bytes |
Rev | Line | |
---|---|---|
[846] | 1 | #!/bin/sh |
2 | ||
3 | PATH=/bin:/sbin:/usr/bin:/usr/sbin | |
4 | ||
5 | if [ -x /etc/init.d/jobmond ] | |
6 | then | |
7 | ||
8 | update-rc.d -f jobmond defaults | |
9 | ||
10 | fi | |
11 | ||
12 | /etc/init.d/jobmond restart |
Note: See TracBrowser
for help on using the repository browser.