2022-06-09 01:22:38 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Run banana daily and on boot.
|
|
|
|
Wants=banana.timer
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2024-06-07 22:31:48 +00:00
|
|
|
ExecStart=/home/deck/.local/bin/banana.elf
|
2022-06-09 01:22:38 +00:00
|
|
|
User=deck
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|