Initial rough commit
This commit is contained in:
11
systemd/fetch.service
Normal file
11
systemd/fetch.service
Normal file
@ -0,0 +1,11 @@
|
||||
[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=/home/hak8or/code/ebay_scraper_rust/systemd/fetch.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user