Skip to main content

Questions tagged [systemd]

Systemd is an init system developed for use on GNU/Linux, generally replacing the old SysV daemon.

0 votes
0 answers
17 views

On-screen keyboard popup on chromium text field input

I am running a web app on my pi using streamlit. I want my pi to operate as a standalone system so I have it connected to a touchscreen and I have a systemd script to autostart my streamlit app and ...
keshmaster81's user avatar
0 votes
0 answers
23 views

How do I make my script execute as fast as possible on my Raspberry pi Zero W

I have a script that I want my Raspberry pi zero W to run. However, it takes quite a lot of time for it to run my Python Script (around 30-40 seconds). I'm using Raspberry pi OS lite (bookworm). ...
H3LL_0U's user avatar
0 votes
1 answer
34 views

USB Python Script Issue Raspberry Pi OS

I'm encountering an issue where I'm trying to trigger a Python script in the background upon plugging in up to four USB devices, all with the same USB vendor and product IDs. To accomplish this, I've ...
Figaro's user avatar
  • 1
1 vote
1 answer
51 views

Problems with start service automatically on boot

I'm developping a dotnet core service to run in rpi4, and when i execute the service with "dotnet run rpiservice.dll" the code executes normally. So, i created a .service file and insert in /...
FelipeFonsecabh's user avatar
1 vote
1 answer
109 views

Systemd-homed on Raspberry Pi OS Bookworm

I recently bought a Raspberry Pi 5 and installed the latest version of Raspberry Pi OS Bookworm. My question is related to systemd-homed. When I create a new user following the instructions on https://...
David Ramírez's user avatar
0 votes
0 answers
107 views

Kiosk mode audio output problem

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
0 votes
1 answer
100 views

systemd service doesn't work at shutdown, only on reboot

So I have a Raspberry Pi 3B+ running Raspberry OS on Xfce GUI. I'm trying to run a script on shutdown using the advice given on this thread. [Unit] Description=Screensaver [Service] Type=oneshot ...
Javier de Pascual's user avatar
0 votes
1 answer
2k views

Autostart a GUI application as user after this user is logged in (automatically)

I cannot figure out how to autostart a GUI application as the logged in user on the current Raspberry OS Full (Bookworm, 64-bit). I tried via systemd, but for some reason it fails, the error is as if ...
Violet Giraffe's user avatar
0 votes
0 answers
51 views

Raspberry Pi boot time issue

I am using Raspberry pi 3b+ and trying to reduce the boot time from power-on, till the GUI is shown(desktop mode). What basically happens is after power-on it takes some time to show the splash screen ...
John Mist's user avatar
0 votes
4 answers
118 views

Run systemd timer periodically but not on boot

I would like to run a script every 30 minutes on my RbPi, but not immediately after boot. Example: If I boot my RbPi at 15:15, the script should run at 15:30 not before. Setup: My RbPi has no ...
Pa Dalton's user avatar
0 votes
2 answers
2k views

SSH stays on port 22 even after editing sshd_config

I tried changing my SSH port from 22 to 220 but it stays on 22. I used sudo nano /etc/ssh/sshd_config to change the daemon config and uncommented the line with Port 22 and changed it. # This is the ...
Keen Gently's user avatar
0 votes
0 answers
41 views

Executing a script before shutdown on RPi3b+ running Buster

I am looking at executing a script on a RPi3b+ with Raspbian Buster that is copying some files located on a ramdisk to a persistent folder located on the SD Card before a shutdown or a reboot of the ...
jfh999's user avatar
  • 1
0 votes
0 answers
101 views

network.target stays dead, causing troubles for dnsmasq.service

I'm having issues with dnsmasq.service, caused by network.target I've seen people having problems with network.target but for them it was caused by network-online.target. But it works fine for me ● ...
Matt's user avatar
  • 1
-1 votes
1 answer
313 views

Why is systemd-hostnamed.service started at boot and by what?

systemd-hostnamed.service on my Bullseye is started at boot time by what? It does not start at boot time on my Buster. It generates problem when no DHCP-server is present on the network. - In that ...
user2304458's user avatar
0 votes
0 answers
417 views

Cannot run PulseAudio as root (sudo)

I have developed a console application in .net 6 which uses a library that needs direct access to the gpio-pins of the Pi. The Pi is running the latest Pi OS Lite x64. Edit: This is the library ...
Jan's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
13