diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/quote-diff-bowdst.service | 10 | ||||
| -rw-r--r-- | scripts/quote-diff-bowdst.timer | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/scripts/quote-diff-bowdst.service b/scripts/quote-diff-bowdst.service new file mode 100644 index 00000000..71b92cb9 --- /dev/null +++ b/scripts/quote-diff-bowdst.service @@ -0,0 +1,10 @@ +[Unit] +Description=Notify bowdst mismatched quotes + +[Service] +Type=simple +User=flint +Group=flint +ExecStart=/usr/bin/python quote_diff_bowdst.py --globeop +WorkingDirectory=/home/guillaume/projects/code/python +EnvironmentFile=/etc/serenitas.conf diff --git a/scripts/quote-diff-bowdst.timer b/scripts/quote-diff-bowdst.timer new file mode 100644 index 00000000..6883a3f7 --- /dev/null +++ b/scripts/quote-diff-bowdst.timer @@ -0,0 +1,8 @@ +[Unit] +Description=Run quote-diff-bowdst every tues/thurs at 11am +[Timer] +OnCalendar=Tues,Thurs 11:00 +Unit=quote-diff-bowdst.service + +[Install] +WantedBy=timers.target
\ No newline at end of file |
