Add systemd unit and timer
Signed-off-by: MK13 <marius@kleberonline.de>
This commit is contained in:
8
install-systemd-unit.sh
Executable file
8
install-systemd-unit.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
my_path=$(dirname $(realpath "$0"))
|
||||
|
||||
cd $my_path
|
||||
|
||||
cp anime-rss.timer ~/.config/systemd/user/
|
||||
sed "s|PATH|$my_path|g" anime-rss.service > ~/.config/systemd/user/anime-rss.service
|
||||
Reference in New Issue
Block a user