Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
5151b07c
Commit
5151b07c
authored
Oct 31, 2016
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsme & mce: set DSME_SOCKFILE explicitely to avoid a SIGSEGV on libdsme's dsmesock_default_location
parent
347866a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
dsme.service
recipes-nemomobile/dsme/dsme/dsme.service
+1
-0
mce.service
recipes-nemomobile/mce/mce/mce.service
+1
-0
No files found.
recipes-nemomobile/dsme/dsme/dsme.service
View file @
5151b07c
...
...
@@ -11,6 +11,7 @@ Type=notify
# If it doesn't exist, we default to USER
# This works because EnvironmentFile overrides Environment
Environment=BOOTSTATE=USER
Environment=DSME_SOCKFILE=/run/dsme.socket
EnvironmentFile=-/run/systemd/boot-status/bootstate
EnvironmentFile=-/var/lib/environment/dsme/*.conf
ExecStart=/usr/sbin/dsme -v 4 -p /usr/lib/dsme/startup.so --systemd
...
...
recipes-nemomobile/mce/mce/mce.service
View file @
5151b07c
...
...
@@ -8,6 +8,7 @@ Conflicts=shutdown.target
[Service]
Type=notify
Environment=DSME_SOCKFILE=/run/dsme.socket
ExecStart=/usr/sbin/mce --systemd
TimeoutSec=2
Restart=always
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment