mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 03:34:54 +00:00
templated systemd file
This commit is contained in:
18
res/ly@.service
Normal file
18
res/ly@.service
Normal file
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=TUI display manager (on %I)
|
||||
After=systemd-user-sessions.service plymouth-quit-wait.service
|
||||
After=getty@%I.service
|
||||
Conflicts=getty@%I.service
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/usr/bin/ly
|
||||
StandardError=journal
|
||||
StandardInput=tty
|
||||
TTYPath=/dev/%I
|
||||
TTYReset=yes
|
||||
TTYVHangup=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
# Alias=display-manager.service
|
||||
Reference in New Issue
Block a user