From e8099df867ae5232c162103aa978be61c5cc7a4c Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sat, 7 Apr 2012 13:06:00 -0400 Subject: [PATCH] templates of init scripts for Fedora --- share/init.d/snail-watcher.systemd | 10 ++++++++++ share/init.d/snail-xserver.systemd | 0 2 files changed, 10 insertions(+) create mode 100644 share/init.d/snail-watcher.systemd create mode 100644 share/init.d/snail-xserver.systemd diff --git a/share/init.d/snail-watcher.systemd b/share/init.d/snail-watcher.systemd new file mode 100644 index 0000000..0bf7e75 --- /dev/null +++ b/share/init.d/snail-watcher.systemd @@ -0,0 +1,10 @@ +[Unit] +Description=Daemon to auto start/stop power up/down nVidia graphics. +After=syslog.target + +[Service] +ExecStart=/usr/sbin/snail-watcher.sh +Type=oneshot + +[Install] +WantedBy=multi-user.target diff --git a/share/init.d/snail-xserver.systemd b/share/init.d/snail-xserver.systemd new file mode 100644 index 0000000..e69de29