This website works better with JavaScript.
Home
Explore
Help
Sign In
master-thesis
/
mam
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes that the timer was not set correctly at boot
master
Wouter Horlings
6 years ago
parent
ac0f2f93f0
commit
53de2d7833
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
systemd_timer_files/pythontaskcheck.service
+1
-1
systemd_timer_files/pythontaskcheck.timer
+ 1
- 1
systemd_timer_files/pythontaskcheck.service
View File
@@ -6,4 +6,4 @@ WorkingDirectory=[[path_to_repo]]
ExecStart=[[path_to_repo]]/.venv/bin/python3 [[path_to_repo]]/taskcheck.py
[Install]
WantedBy=
graphical
.target
WantedBy=
default
.target
+ 1
- 1
systemd_timer_files/pythontaskcheck.timer
View File
@@ -6,4 +6,4 @@ OnCalendar=Mon..Fri *-*-* 09..17:00/5:00
Unit=pythontaskcheck.service
[Install]
WantedBy=
graphical
.target
WantedBy=
default
.target
Write
Preview
Loading…
Cancel
Save