sync_wiki.service.j2 203 B

123456789
  1. [Unit]
  2. Description=Sync Wiki data with Gogs
  3. [Service]
  4. Type=oneshot
  5. WorkingDirectory={{ gitit_data_dir }}/wikidata
  6. ExecStart=/usr/bin/git pull origin master
  7. User={{ gitit_user }}
  8. Group={{ gitit_group }}