diff options
Diffstat (limited to 'watch-calendars.service')
-rw-r--r-- | watch-calendars.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/watch-calendars.service b/watch-calendars.service new file mode 100644 index 0000000..a985c22 --- /dev/null +++ b/watch-calendars.service @@ -0,0 +1,9 @@ +[Unit] +Description=watch khal calendars + +[Service] +User=erich +ExecStart=/usr/src/skripte/khal-extras/watch-calendars + +[Install] +WantedBy=multi-user.target |