2022-02-10 16:02:18 -05:00
|
|
|
[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]
|
2022-06-03 18:02:19 -04:00
|
|
|
WantedBy = multi-user.target
|