diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-02 17:03:49 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-02 17:03:49 +0100 |
commit | 397c4fed757d201af627636822981e85e84ea572 (patch) | |
tree | d6733d4022bf04784be84581f6c16e96a1b229e8 /roles/tools/files/remind | |
download | Ansible-397c4fed757d201af627636822981e85e84ea572.tar.gz Ansible-397c4fed757d201af627636822981e85e84ea572.tar.zst Ansible-397c4fed757d201af627636822981e85e84ea572.zip |
Validation initiale
Diffstat (limited to 'roles/tools/files/remind')
-rw-r--r-- | roles/tools/files/remind/commands/work | 1 | ||||
-rw-r--r-- | roles/tools/files/remind/remind@.service | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/roles/tools/files/remind/commands/work b/roles/tools/files/remind/commands/work new file mode 100644 index 0000000..edc937d --- /dev/null +++ b/roles/tools/files/remind/commands/work | |||
@@ -0,0 +1 @@ | |||
REM Mon Tue Wed Thu Fri AT 09:00 MSG Ne pas oublier de démarrer le time tracking ! | |||
diff --git a/roles/tools/files/remind/remind@.service b/roles/tools/files/remind/remind@.service new file mode 100644 index 0000000..3fc221d --- /dev/null +++ b/roles/tools/files/remind/remind@.service | |||
@@ -0,0 +1,10 @@ | |||
1 | [Unit] | ||
2 | Description=Remind daemon | ||
3 | After=network.target | ||
4 | |||
5 | [Service] | ||
6 | Type=simple | ||
7 | ExecStart=/usr/bin/remind -z60 -k'/usr/bin/dunstify -t 0 -a Tracking %%s' %h/.config/remind/%i | ||
8 | |||
9 | [Install] | ||
10 | WantedBy=default.target | ||