markdown 在启动时获取XScreenSaver自动启动

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 在启动时获取XScreenSaver自动启动相关的知识,希望对你有一定的参考价值。

Autostart with Systemd service

First, execute the following command to create a directory for storing Systemd service file of individual users.

#mkdir -p ~/.config/systemd/user/

Then create xscreensaver.service file with nano text editor.

#nano ~/.config/systemd/user/xscreensaver.service

Put the following text into the fie.

#[Unit]
  Description=XScreenSaver
  [Service]
  ExecStart=/usr/bin/xscreensaver -nosplash
  [Install]
  WantedBy=default.target
  
XScreenSaver will be automatically started at boot time.

#systemctl --user enable xscreensaver

以上是关于markdown 在启动时获取XScreenSaver自动启动的主要内容,如果未能解决你的问题,请参考以下文章

markdown 在ubuntu中启动时禁用服务

markdown 在Mac OS系统启动时运行VMware Fusion无头

markdown 在Windows 8和10用户中启动时运行批处理文件

markdown 将Windows服务设置为delayed-auto,并在失败时重新启动

markdown MySQL服务器无法启动时修复MAMP

markdown ubuntu18.04系统启动时自动连接蓝牙键盘