aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-16 11:59:56 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-16 11:59:56 +0100
commit310997ac3b79d5dab181b2d09de600c0c52d416d (patch)
tree3538d857bc8198c2c309134270def04692930b31
parente2701a76b3e59f0490508183cc9dcd7cf63c5d6f (diff)
Add chromium service
-rw-r--r--.config/systemd/user/dapp-fg-chromium.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/systemd/user/dapp-fg-chromium.service b/.config/systemd/user/dapp-fg-chromium.service
new file mode 100644
index 0000000..754d98f
--- /dev/null
+++ b/.config/systemd/user/dapp-fg-chromium.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Manage an x11 application
+PartOf=graphical-session.target
+
+[Service]
+Type=exec
+ExecStart=chromium
+
+[Install]
+WantedBy=wman.target