Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
master-thesis
/
mam
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Fixes that the timer was not set correctly at boot
master
Wouter Horlings
6 anos atrás
pai
ac0f2f93f0
commit
53de2d7833
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
systemd_timer_files/pythontaskcheck.service
+1
-1
systemd_timer_files/pythontaskcheck.timer
+ 1
- 1
systemd_timer_files/pythontaskcheck.service
Ver arquivo
@@ -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
Ver arquivo
@@ -6,4 +6,4 @@ OnCalendar=Mon..Fri *-*-* 09..17:00/5:00
Unit=pythontaskcheck.service
[Install]
WantedBy=
graphical
.target
WantedBy=
default
.target
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar