| bio | website | tales.itnobody.com |
|---|---|---|
| location | Minnesota | |
| age | 25 | |
| visits | member for | 1 year, 5 months |
| seen | Feb 1 at 15:32 | |
| stats | profile views | 5 |
Web Developer stuck in an Administrator's body
|
Dec 30 |
awarded | Yearling |
|
Dec 12 |
comment |
How to run a C program as a daemon? @Shadur 's question is important- if it is a daemon as you say, you should look in /etc/init.d - ls the directory, there should always be some sort of README-like file in there for setting up an init script.
If it's not a daemon, then /etc/rc.local / crontab @reboot should work fine, you'll need to set your path in these files in most cases. |
|
Dec 12 |
answered | How to run a C program as a daemon? |
|
Dec 7 |
awarded | Autobiographer |
|
Nov 29 |
awarded | Teacher |
|
Nov 29 |
answered | Why is (free_space + used_space) != total_size in df? |