![]() |
![]() |
#1 |
Oct 2018
Stem, NC (USA)
2·5 Posts |
![]()
I recently downloaded the latest version available for a FreeBSD-11 64bit machine. The FreeBSD ports system only had a very old version available. Now, I was wondering if anyone has a suitable rc.d startup script for the mprime program. I am not very good at writting scripts myself.
Thanks! |
![]() |
![]() |
![]() |
#2 |
Sep 2018
10001012 Posts |
![]()
Do you have an /etc/crontab ?
If so, this works on CentOS and Debian, and may work for you. Code:
@reboot root /root/mprime & The first "root" is the user it is running under, and then the second one is the path. Adjust accordingly. This claims the @reboot should work: https://www.freebsd.org/cgi/man.cgi?crontab(5) Last fiddled with by irowiki on 2018-10-31 at 20:39 |
![]() |
![]() |
![]() |
#3 |
Banned
"Luigi"
Aug 2002
Team Italia
3·1,619 Posts |
![]()
How about
Code:
@reboot username nohup /homedir/mprimedir/mprime > /dev/null 2>&1 & |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
prime95 on UNRAID/startup script | Unregistered | Information & Answers | 8 | 2011-06-25 04:04 |
Mprime startup in xubuntu | BGK | Software | 5 | 2009-02-12 10:42 |
Help with Startup Script | Proggie | Software | 1 | 2004-12-19 11:54 |
Linux Startup | Unregistered | Linux | 4 | 2003-12-05 20:40 |
Problem with Prime95 on startup | apocalypse | Software | 6 | 2003-10-21 22:18 |