Subversion Repositories general

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1218 → Rev 1219

/hostadmiral/trunk/backend/restart_mail_system.sh
0,0 → 1,21
#!/bin/sh
 
#
# HostAdmiral backend. Executed with ROOT privileges
#
# The script forces postfix configuration reload
#
# Params:
# no
#
# Return:
# 0 - done
# 3 - wrong params
# 4 - some error
# 5 - error from system
#
 
### work ##################################################
 
/usr/local/sbin/postfix reload
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property