mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
11 lines
222 B
Desktop File
11 lines
222 B
Desktop File
[Unit]
|
|
Description=Check Raspberry Pi Parameters
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash -c '/home/conjurer/status_report.sh >> /home/pi/Conjurer/discord.log'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|