11 lines
196 B
Desktop File
11 lines
196 B
Desktop File
[Unit]
|
|
Description=take a picture every day
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory = /home/shoofle/telescopium
|
|
ExecStart=python /home/shoofle/telescopium/take_a_still.py
|
|
User=shoofle
|
|
|
|
[Install]
|