work log, scripts, and assorted files for a raspberry pi timelapse box.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
telescopium/telescopium.service

12 lines
223 B

[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