bib2html.py: Add incollection bibtype
[shutils.git] / nextcloud / nextcloud-vimwiki-sync.service
1 [Unit]
2 Description=Nextcloud vimwiki synchronization service
3 Wants=network-online.target
4 After=network-online.target
5
6 [Service]
7 ExecStart=%h/.local/bin/nextcloud-inotify-sync %h/.vimwiki "https://cloud.example.org/remote.php/webdav/vimwiki"
8 Restart=always
9 RestartSec=10min
10
11 [Install]
12 WantedBy=default.target