10 lines
159 B
Desktop File
10 lines
159 B
Desktop File
[Unit]
|
|
Description=Download Media
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/home/matt/.local/bin/downloadMedia
|
|
|
|
[Install]
|
|
WantedBy=default.target
|