12 lines
188 B
INI
12 lines
188 B
INI
|
[Unit]
|
||
|
Description=Run banana daily and on boot.
|
||
|
Wants=banana.timer
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/python3 /home/deck/banana.py
|
||
|
User=deck
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|