Documentation
Index
?
V10 Support Ended December 15, 2017
Email
URL
Subject
Comments
Cancel
Please wait...
Please fill all the fields.
From
To
Subject
Message
Cancel
Please wait...
Please fill all the fields.
Loading...
#!/bin/sh
if [ "$(id -u)" -eq "0" ]; then
exec su - sdb -c /home/sdb/resume_logwriter
fi