diff --git a/examples/randopix.service b/examples/randopix.service new file mode 100644 index 0000000..0ac9be6 --- /dev/null +++ b/examples/randopix.service @@ -0,0 +1,9 @@ +[Unit] +Description=randopix image display + +[Service] +Environment=DISPLAY=:0 +ExecStart=randopix -d /mnt/pix -m file + +[Install] +WantedBy=multi-user.target \ No newline at end of file