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