mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Add user service: udiskie
This commit is contained in:
parent
ea6f82879a
commit
5f041160d5
1 changed files with 10 additions and 0 deletions
10
.config/systemd/user/udiskie.service
Normal file
10
.config/systemd/user/udiskie.service
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Removable disk automounter using udisks
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
Environment="LANG=zh_CN.UTF-8"
|
||||
ExecStart=/usr/bin/udiskie --smart-tray
|
||||
|
||||
[Install]
|
||||
WantedBy=Xorg.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue