Search, chat and research over parliamentary speeches and documents
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
527 B

[Unit]
Description=Riksdagen daily motions sync
# Wait for network before starting
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
User=lasse
WorkingDirectory=/home/lasse/riksdagen
EnvironmentFile=/home/lasse/riksdagen/.env
ExecStart=/home/lasse/riksdagen/.venv/bin/python /home/lasse/riksdagen/scripts/sync_motions.py
# Log stdout/stderr to the systemd journal (view with: journalctl -u riksdagen-motions-sync)
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target