python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Bash doesn't interpet \x20 as a space in directory path
I am trying to convert a systemd service to sysvinit, while trying to run the following service named mullvad-vpn;
#!/bin/sh
.....
. /lib/lsb/init-functions
prog=mullvad-daemon
PIDFILE=/var/run/$prog...
localdegen
Votes: 0
Answers: 1
User systemd service restarting only when SSH-ing into the machine
I have a strange situation with a web service hosted on a debian instance, that sometimes stops, and does not restart automatically. However, when SSH-ing into the machine, the service seems to restar...
Cyril Duchon-Doris
Votes: 0
Answers: 1
having issues getting systemd process to execute successfully?
I am currently trying to set up a bash script that records the ipv6 address of a host machine (raspberry pi running buster) and writes it to an env file the script creates. The script runs fine if I e...
LoF10
Votes: 0
Answers: 0
Linux: Triggering desktop notification pop-up when service is executed with systemd
I want to trigger a desktop notification pop-up when a service is executed with systemd on my Linux desktop. The main reason why I am doing this is that I want to learn how to work with systemd timers...
Tomáš Kruliš
Votes: 0
Answers: 1