Skip to main content

All Questions

Tagged with
0 votes
1 answer
239 views

Why isn't my systemd timer executing my sh script?

My youtube.sh file located in /home/deck/Desktop/youtube.sh: #1/bin/env bash pactl -- set-sink-volume 0 100% xdg-open A youtube video link My youtube.timer file located in /etc/systemd/system/youtube....
Randomdude_707's user avatar
14 votes
2 answers
15k views

Pipe output of script through Exec in systemd service?

I'm trying to set up a systemd service in order to launch a set of files on a daily basis (different types of journals) from directories based off the date. For example, a todo list for today would be ...
Joshua Ferguson's user avatar