Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
postmarketOS
pmaports
Commits
a0940afb
Verified
Commit
a0940afb
authored
11 months ago
by
Casey
Committed by
Clayton Craft
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
systemd/systemd-services: dconf: fix path (MR 5094)
Signed-off-by:
Caleb Connolly
<
caleb@postmarketos.org
>
parent
41d3a839
Branches
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
extra-repos/systemd/systemd-services/APKBUILD
+3
-3
3 additions, 3 deletions
extra-repos/systemd/systemd-services/APKBUILD
extra-repos/systemd/systemd-services/user-dconf.service
+1
-1
1 addition, 1 deletion
extra-repos/systemd/systemd-services/user-dconf.service
with
4 additions
and
4 deletions
extra-repos/systemd/systemd-services/APKBUILD
+
3
−
3
View file @
a0940afb
...
...
@@ -6,8 +6,8 @@
# How to add a new service file (4 steps):
pkgname
=
systemd-services
# 1. bump pkgver
pkgver
=
5
pkgrel
=
1
pkgver
=
6
pkgrel
=
0
pkgdesc
=
"Systemd service files"
url
=
"https://postmarketos.org"
arch
=
"noarch"
...
...
@@ -130,7 +130,7 @@ sha512sums="
269dfc4748a9f1c4f49be8bab399d7412b6ff3b6d6ed9b3f2e31074b791789fb39aad450b4d43d318e7a070d1118ba79f216782b064cd106feac3eb4a8ca5581 system-apk-polkit-server.service
12f5e008b0a41b3426b29f33556689ef88ba7184293ddb78fdaaf05cc4d029fd0b4c8fbef668aefed103a9f48c525f04a8e4e60ddc6e4329698aaf761b8e8f81 user-at-spi-dbus-bus.service
de133c35cf95d7c833368c9010264668e72657400ad4e5259ef046321c878507f36ef73fa7b4759f69c9d18cda8f8db8d7675d794d9a28f46480fb4d47ba9e0c system-bluetooth.service
9661edefab338bb319d7034c301ed36d498b103176b7a0d2be1c8bed608574ca70d853e6c09fd86a3b2b2941e2a669671a91f15bad4051cc187e0748bf0443c3
user-dconf.service
e4de73d12abd046c8683e3be6e3aab40a5db3f5d6246cedbb3ff099bcc8037a167b23ac957d30f1118db571b69cb10c042272ac2b54dacf83fa6a3e9dad13a87
user-dconf.service
0cfef56afeea103ca487b36f13665021bb349b8c890f023135a93c47d45cb58dd39ffe76212fb780546b1aaed8174e40345a961d7125f7d7ace5921e1dcc7ba9 system-flatpak-system-helper.service
815a3072c211c85ff475ac7f2fb9c280b567b98777c0f7bf7fea4575b5eaa3b9a4003a08eb3b8cb5b2d7f9fb6525e04491e8d87013e2539ae3a574db647f97b1 user-flatpak-session-helper.service
7a17986c0f0554f0b27a5933b3e04657323edb23047878616727863fdc748cb8d8fea978f43895341037e2d1512bbd492bdbc19c40419cd3e109345614645388 user-flatpak-portal.service
...
...
This diff is collapsed.
Click to expand it.
extra-repos/systemd/systemd-services/user-dconf.service
+
1
−
1
View file @
a0940afb
...
...
@@ -3,6 +3,6 @@ Description=User preferences database
Documentation
=
man:dconf-service(1)
[Service]
ExecStart
=
usr/libexec/dconf-service
ExecStart
=
/
usr/libexec/dconf-service
Type
=
dbus
BusName
=
ca.desrt.dconf
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