tasks again
This commit is contained in:
parent
c5b5299f1e
commit
e1b2ed15c7
3 changed files with 9 additions and 3 deletions
|
@ -10,7 +10,8 @@
|
|||
music
|
||||
langs
|
||||
emacs
|
||||
# taskwarrior
|
||||
taskwarrior
|
||||
taskwarrior-web
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
|
@ -12,9 +12,8 @@
|
|||
};
|
||||
Service = {
|
||||
Type = "simple";
|
||||
ExecStart = "/home/media/.local/bin/tww/taskwarrior-web";
|
||||
ExecStart = "/home/emenel/.local/bin/tww/tw-start.sh";
|
||||
Restart = "always";
|
||||
WorkingDirectory = "/home/media/.local/bin/tww/";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
6
modules/home/tww/tw-start.sh
Executable file
6
modules/home/tww/tw-start.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
# !/bin/bash
|
||||
# Run taskwarrior with debug
|
||||
#
|
||||
|
||||
cd /home/emenel/.local/bin/tww/
|
||||
RUST_LOG=trace ./taskwarrior-web
|
Loading…
Add table
Add a link
Reference in a new issue