mirror of
https://abf.rosa.ru/djam/cups.git
synced 2025-02-23 05:42:48 +00:00
14 lines
272 B
Desktop File
14 lines
272 B
Desktop File
[Unit]
|
|
Description=CUPS printing server daemon
|
|
After=syslog.target oki4daemon.service
|
|
Requires=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=-/etc/sysconfig/cups
|
|
ExecStartPre=/sbin/portrelease cups
|
|
ExecStart=/usr/sbin/cupsd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|