From 8b2af926f173026131d1a32a748280f190c952a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 17 Sep 2024 21:15:56 +0200 Subject: [PATCH] add service file --- .config/systemd/user/parsifal.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/systemd/user/parsifal.service diff --git a/.config/systemd/user/parsifal.service b/.config/systemd/user/parsifal.service new file mode 100644 index 0000000..029e591 --- /dev/null +++ b/.config/systemd/user/parsifal.service @@ -0,0 +1,11 @@ +[Unit] +Description=Parsifal Call +After=network.target + +[Service] +ExecStart=/home/giga/parsifal/start.sh +WorkingDirectory=/home/giga/parsifal +Restart=always + +[Install] +WantedBy=default.target