Skip to content
Snippets Groups Projects
archweb-populate_signoffs.service.j2 259 B
Newer Older
  • Learn to ignore specific revisions
  • [Unit]
    Description=archewb populate_signoffs service
    After=network.target
    
    [Service]
    Type=oneshot
    User=archweb
    WorkingDirectory={{ archweb_dir }}
    ExecStart={{ archweb_dir }}/env/bin/python manage.py populate_signoffs -v0
    
    [Install]
    WantedBy=multi-user.target