mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-11 18:18:38 +02:00
14 lines
285 B
Desktop File
14 lines
285 B
Desktop File
[Unit]
|
|
Description=FreshRSS favorite article archiver
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=/home/tomasr/vps-config
|
|
User=tomasr
|
|
|
|
ExecStart=/usr/bin/python3 -u /home/tomasr/vps-config/freshrss-fav-archiver.py
|
|
|
|
StandardOutput=journal
|
|
StandardError=journal
|