Skip to main content

Questions tagged [systemd-startup]

Startup programs on boot with systemd services.

0 votes
0 answers
53 views

I am trying to run a script that uses sockets to connect 2 Raspberry Pi 4 devices on start up. I have a listen function and a send function. I know that the script is running because I added an LED ...
Andrew Lovell's user avatar
0 votes
2 answers
507 views

System is a Raspberry Pi 5 running bookworm. Using unison compiled from source 2.53.2 I have created several services for synching files between serverA and serverB when serverA starts up. There are ...
Dennis 's user avatar
  • 125
0 votes
2 answers
307 views

I have a Raspberry Pi 4 running Debian GNU/Linux 12 (bookworm) I have a Python script in a shell file launcher.sh (with executable for all permissions) that runs happily without complaint if I ...
Dribbler's user avatar
  • 111
0 votes
1 answer
407 views

When the Raspberry Pi 4/5 boots, I automatically start the Chromium browser (kiosk mode) with systemd according to the configuration below. [Unit] Description=kiosk app After=graphical.target [...
Cenk Kalkandelen's user avatar
2 votes
2 answers
1k views

I'm writing some code to run a sound/light show from a raspberry pi 3 A+, using the latest Bullseye OS. I've been testing it manually, running via ssh, and all is well. However, it needs to run ...
meeotch's user avatar
  • 31
1 vote
1 answer
504 views

I have a Raspberri Pi 4 of 4Gb my Operating System was Debian Buster that I upgraded to Bullseye and since when I restart I have a whole bunch of messages see the screenshots attached it seems to me ...
Emma Lang's user avatar
2 votes
1 answer
2k views

So I have a headless Pi CM4 running standard Raspbian, its only function is to auto-start an application at boot which is invoked from /etc/xdg/lxsession/LXDE-pi/autostart I would like to log the ...
John U's user avatar
  • 199
2 votes
2 answers
2k views

My Raspbian/Debian buster fails booting with [ TIME ] Timed out waiting for device /dev/mmcblk0p1. [DEPEND] Dependency failed for /boot. If I disable mounting of the /boot partition by commenting ...
user199309's user avatar
2 votes
2 answers
388 views

I wrote a command in swift that uses the internal bluetooth low energy module of my Raspberry PI 4. This command must be launched as superuser. Everything works perfectly if I launch the executable ...
Andrea's user avatar
  • 123
0 votes
2 answers
338 views

I'm using to systemd to launch my application and on starting the application the GPIO07 is configured as Output and set to High I want to set it to low as the system startup.
Mohammad Yehia's user avatar
3 votes
0 answers
3k views

moonlight-qt runs in the terminal without desktop environment fine but I would like it to auto launch after auto login. I tried creating systemd service to do this but nothing happened. [Edit] This is ...
Tom Berghuis's user avatar
1 vote
2 answers
5k views

I have installed openvpn on my raspberry pi: sudo apt-get install openvpn I can connect to my VPN server with command: sudo openvpn confyg.ovpn Everything runs fine, but what is the best way to ...
vico's user avatar
  • 163
0 votes
0 answers
404 views

This is my first time using a linux/rasbperry pie and I am trying to start a program I made in c# on my windows on startup. It has a graphical user interface, and can run from the command line using ...
Somecode's user avatar
1 vote
1 answer
1k views

I am trying to manually setup my raspberry pi 4 as a Bluetooth audio receiver, but there is no sound playback when I start the bluealsa-aplay service I created. It only works when I run the bluealsa-...
neo hopper hop's user avatar
0 votes
1 answer
599 views

I have a service on my Raspberry Pi which runs a bash file on boot. I recently updated the bash file (run.sh) but the service is not reflecting the update. So far I have tried: sudo systemctl disable/...
Jeremy Hamm's user avatar

15 30 50 per page
1
2 3 4 5