summaryrefslogtreecommitdiff
path: root/.linux
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-02-16 17:36:09 -0800
committerMike Crute <mike@crute.us>2019-02-16 17:36:09 -0800
commitbb30acdd00ec6de9a4480f006aaec6f2be0c4ee4 (patch)
treec4c55f27b9dd51ce4f068512feefd47b296d04dd /.linux
parentbaf3d78cd242f2f822f3a3e9cc2dadf059546c5b (diff)
downloaddotfiles-bb30acdd00ec6de9a4480f006aaec6f2be0c4ee4.tar.bz2
dotfiles-bb30acdd00ec6de9a4480f006aaec6f2be0c4ee4.tar.xz
dotfiles-bb30acdd00ec6de9a4480f006aaec6f2be0c4ee4.zip
Add cups browser service
Diffstat (limited to '.linux')
-rw-r--r--.linux/systemd/cups-browsed.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/.linux/systemd/cups-browsed.service b/.linux/systemd/cups-browsed.service
new file mode 100644
index 0000000..52d18d9
--- /dev/null
+++ b/.linux/systemd/cups-browsed.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=CUPS Bonjour browser
3PartOf=graphical-session.target
4
5[Service]
6Type=simple
7ExecStart=/usr/sbin/cups-browsed
8
9[Install]
10WantedBy=graphical-session.target