Hi, I'm configuring the nsa325v2, all works very well.
Now is time to fix all little issue that I found.
I use systemctl system and is very helpfull, for example how can I run at boot a process after the netup and time-sync?
I've installed sickbeard and I use this service to run at boot:
$this->bbcode_second_pass_code('', '[Unit]
Description=SickBeard Daemon
After=network.target
[Service]
User=muletto
ExecStart=/usr/bin/env nice -n 19 python2 /home/muletto/.sickbeard/SickBeard.py --quiet --config /home/muletto/.sickbeard/config.ini --datadir /home/muletto/.sickbeard
[Install]
WantedBy=multi-user.target')
Works, but every time I reboot on the sickbeard log, I've this
$this->bbcode_second_pass_code('', '1970-01-01 01:00:29 CHECKVERSION :: git fetch origin returned : fatal: unable to access 'https://github.com/mr-orange/Sick-Beard.git/': SSL certificate problem: certificate is not yet valid
1970-01-01 01:00:29 CHECKVERSION :: Unable to contact github, can't check for update')
After the first few lines, the date return normal so I've no problem.
Any way to "fix" this?
Jo