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
|
music
|
||||||
langs
|
langs
|
||||||
emacs
|
emacs
|
||||||
# taskwarrior
|
taskwarrior
|
||||||
|
taskwarrior-web
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
|
@ -12,9 +12,8 @@
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "/home/media/.local/bin/tww/taskwarrior-web";
|
ExecStart = "/home/emenel/.local/bin/tww/tw-start.sh";
|
||||||
Restart = "always";
|
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