When I shutdown and power off the Raspberry Pi 3b and then power it up again the next day, I get wrong starting date/time printed when checking sudo systemctl status DustSensor. The printed date/time is from the date/time of the shutdown.
How can I…
I have a Raspberry Pi 2 B+ running Btsync server, which I installed a couple of years ago. I wanted to upgrade this to Resilio Sync following their instructions on this page. All's good up up until the command
sudo systemctl enable…
I have following service, which run java my java app. There is no ExecStop defined, therefore calling systemctl stop garage kills the app and app enters into FAILED state. But then, of course, reboot (FailureAction=reboot) is performed and rpi is…
I'm trying to start darkice each time the raspberry pi is booted.
I created a file /etc/systemd/darkice.service like this
description = darkice_radio_streamer
After = multi-user.target
[Service]
#Type=simple
Type = Idle
WorkingDirectory=/home/pi…
I recently downloaded the Buster lite installation package and have the latest updates. I get systemctl not found. The systemd files it uses are present. Apt-get systemctl fails. I need to run commands such as systemctl daemon-restart. I have…
i've created a py file to monitor my home network. The script it self is running ok.
I've created a service with systemd that will run this script every 30 sec and copy it in /etc/systemd/system/.
This is the service file:
[Unit]
Description=Monitor…
I do understand from the configs how to make a service restart in case of a fail but in this case a simple restart would always result in the same fail again and again
how can set a service to restart with alternative parameters?
i tried to edit the…
I am trying to start a Python3 script on boot. The script listens to a 433 MHz receiver for remote button presses, then publishes an mqtt message for matching button codes.
The python code works just fine from the command line:
python3…
wondering if someone can help.
Setting up a seedbox and getting the last few things ironed out
have a sata hat raid that i've got to mount using systemd however when I reboot minidlna and qbittorrent load before the sata hat mounts the raid which…
plexmediaserver service is not starting what should I do, all i was trying to make external hard drive accessible while attempting to add plex to pi andpi group to plex everything stopped working
$ sudo systemctl status plexmediaserver
●…
I am trying to compile systemd with the kdbus using the PKGBUILD of this following documentation.(https://github.com/albfan/miraclecast/issues/61). I don't quite understand how this is done. I am running arch arm on the raspberry pi 3. I think my…