summary refs log tree commit diff stats
path: root/results/scraper/box64/416
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/box64/416')
-rw-r--r--results/scraper/box64/41622
1 files changed, 22 insertions, 0 deletions
diff --git a/results/scraper/box64/416 b/results/scraper/box64/416
new file mode 100644
index 000000000..132fb58c1
--- /dev/null
+++ b/results/scraper/box64/416
@@ -0,0 +1,22 @@
+Start application with service in Raspberry Pi
+Hey, not a bug rather a question. I've tried making a service to launch the application and i can't seem to make it work. Just calling the bash script to launch the app itself is fine but not when making it a service. Is there a recommended way to just boot directly into the application and not see the desktop at all, ever? 

+

+This is my service file, placed in /etc/systemd/system, done daemon-reload and tried starting with systemctl start, aswell as enable and rebooted.

+```

+

+[Unit]

+Description=Start Unity App

+

+[Service]

+ExecStart=/home/pi/Services/run.sh

+StandardOutput=syslog

+StandardError=syslog

+SyslogIdentifier=piservice

+User=pi

+Group=pi

+WorkingDirectory=/home/pi/Services

+

+[Install]

+WantedBy=basic.targetp

+

+```
\ No newline at end of file