12 lines
260 B
Desktop File
12 lines
260 B
Desktop File
[Unit]
|
|
Description=Run a single instance of a fetch
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
#Environment=XDG_DATA_HOME=/home/hak8or/code/ebay_scraper_rust/.tmp_run
|
|
ExecStart=/usr/local/bin/scraper_fetch.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|