Updated Fri, Mar 21, 2025
#!/bin/sh if [ "$(id -u)" -eq "0" ]; then exec su - sdb -c /home/sdb/resume_logwriter fi
Was this page helpful?
Loading...