Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PIoT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Volkor Barbarian Warrior
PIoT
Commits
3d8fa6bb
Commit
3d8fa6bb
authored
6 years ago
by
Volkor The Barbarian Warrior
Browse files
Options
Downloads
Patches
Plain Diff
Fix working directory
systemd couldn't find config.json, as it was a relative path.
parent
1cc8d763
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
weatherbluetooth.service
+1
-0
1 addition, 0 deletions
weatherbluetooth.service
weathermonitor.service
+1
-0
1 addition, 0 deletions
weathermonitor.service
with
2 additions
and
0 deletions
weatherbluetooth.service
+
1
−
0
View file @
3d8fa6bb
...
...
@@ -5,6 +5,7 @@ Description = Bluetooth Connectivity with Weather Monitor
User
=
pi
Group
=
pi
Type
=
oneshot
WorkingDirectory
=
/home/pi/Assignment1
ExecStart
=
/home/pi/Assignment1/greenhouse_bluetooth.py
[Install]
...
...
This diff is collapsed.
Click to expand it.
weathermonitor.service
+
1
−
0
View file @
3d8fa6bb
...
...
@@ -6,6 +6,7 @@ Wants = network-online.target
[Service]
User
=
pi
Group
=
pi
WorkingDirectory
=
/home/pi/Assignment1
ExecStart
=
/home/pi/Assignment1/monitor_and_notify.py
Restart
=
always
RestartSec
=
30
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment