summaryrefslogtreecommitdiff
path: root/.linux
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2018-10-18 15:30:44 -0700
committerMike Crute <crutem@amazon.com>2018-10-18 15:30:44 -0700
commit05b0c9a449e7a44e1ccd9889bf00cceab058b880 (patch)
tree1f8028ee2691a849130eae1ea375a0d7e9423def /.linux
parent1234197d975478f98a4293d1c7d2a47f08d7a828 (diff)
downloaddotfiles-05b0c9a449e7a44e1ccd9889bf00cceab058b880.tar.bz2
dotfiles-05b0c9a449e7a44e1ccd9889bf00cceab058b880.tar.xz
dotfiles-05b0c9a449e7a44e1ccd9889bf00cceab058b880.zip
Use systemd for startup
Diffstat (limited to '.linux')
-rw-r--r--.linux/systemd/krb5-auth-dialog.service10
-rw-r--r--.linux/systemd/nm-applet.service10
-rw-r--r--.linux/systemd/pasystray.service10
-rw-r--r--.linux/systemd/xscreensaver.service10
4 files changed, 40 insertions, 0 deletions
diff --git a/.linux/systemd/krb5-auth-dialog.service b/.linux/systemd/krb5-auth-dialog.service
new file mode 100644
index 0000000..3538065
--- /dev/null
+++ b/.linux/systemd/krb5-auth-dialog.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=Kerberos auth system tray
3PartOf=graphical-session.target
4
5[Service]
6Type=simple
7ExecStart=/usr/bin/krb5-auth-dialog
8
9[Install]
10WantedBy=graphical-session.target
diff --git a/.linux/systemd/nm-applet.service b/.linux/systemd/nm-applet.service
new file mode 100644
index 0000000..ab0f921
--- /dev/null
+++ b/.linux/systemd/nm-applet.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=Network manager applet
3PartOf=graphical-session.target
4
5[Service]
6Type=simple
7ExecStart=/usr/bin/nm-applet
8
9[Install]
10WantedBy=graphical-session.target
diff --git a/.linux/systemd/pasystray.service b/.linux/systemd/pasystray.service
new file mode 100644
index 0000000..066108d
--- /dev/null
+++ b/.linux/systemd/pasystray.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=PulseAudio system tray
3PartOf=graphical-session.target
4
5[Service]
6Type=simple
7ExecStart=/usr/bin/pasystray
8
9[Install]
10WantedBy=graphical-session.target
diff --git a/.linux/systemd/xscreensaver.service b/.linux/systemd/xscreensaver.service
new file mode 100644
index 0000000..3336cf5
--- /dev/null
+++ b/.linux/systemd/xscreensaver.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=Xscreensaver
3PartOf=graphical-session.target
4
5[Service]
6Type=simple
7ExecStart=/usr/bin/xscreensaver
8
9[Install]
10WantedBy=graphical-session.target