Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
54432a75
Commit
54432a75
authored
Apr 18, 2022
by
Mikhail Efremov
Committed by
Anton Midyukov
Jun 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slinux: Enable cups.socket and cups-browsed.service
Seem cups doesn't start without cups.socket and cups-browsed.service showld be enabled for using remote printers.
parent
6e82876a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
config.mk
features.in/slinux/config.mk
+2
-1
No files found.
features.in/slinux/config.mk
View file @
54432a75
...
...
@@ -17,6 +17,8 @@ use/slinux/services-enabled: use/services
@$(call add,SYSTEMD_SERVICES_ENABLE,cpufreq-simple.service)
@$(call add,SYSTEMD_SERVICES_ENABLE,crond.service)
@$(call add,SYSTEMD_SERVICES_ENABLE,cups.service)
@$(call add,SYSTEMD_SERVICES_ENABLE,cups.socket)
@$(call add,SYSTEMD_SERVICES_ENABLE,cups-browsed.service)
@$(call add,SYSTEMD_SERVICES_ENABLE,dnsmasq.service)
@$(call add,SYSTEMD_SERVICES_ENABLE,lightdm.service)
@$(call add,SYSTEMD_SERVICES_ENABLE,lvm2-monitor.service)
...
...
@@ -29,7 +31,6 @@ use/slinux/services-disabled: use/services
@$(call add,SYSTEMD_SERVICES_DISABLE,acpid.service)
@$(call add,SYSTEMD_SERVICES_DISABLE,clamd.service)
@$(call add,SYSTEMD_SERVICES_DISABLE,consolesaver.service)
@$(call add,SYSTEMD_SERVICES_DISABLE,cups.socket)
@$(call add,SYSTEMD_SERVICES_DISABLE,ethtool.service)
@$(call add,SYSTEMD_SERVICES_DISABLE,haspd.service)
@$(call add,SYSTEMD_SERVICES_DISABLE,iptables.service)
...
...
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