12 lines
223 B
Desktop File
12 lines
223 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]
|
|
WantedBy=multi-user.target
|