mirror of
https://codeberg.org/metamuffin/abrechenbarkeit-sd.git
synced 2024-12-23 06:54:35 +00:00
28 lines
657 B
SYSTEMD
28 lines
657 B
SYSTEMD
|
[Unit]
|
||
|
Description=User interface for abrechenbarkeit
|
||
|
After=systemd-user-sessions.service plymouth-quit-wait.service
|
||
|
Before=graphical.target
|
||
|
ConditionPathExists=/dev/tty0
|
||
|
Wants=dbus.socket systemd-logind.service
|
||
|
After=dbus.socket systemd-logind.service
|
||
|
Conflicts=getty@%i.service
|
||
|
After=getty@%i.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/cage -d -- chromium --ozone-platform=wayland --app='https://staging.metamuffin.org/'
|
||
|
Restart=always
|
||
|
User=abrechenbarkeit
|
||
|
UtmpIdentifier=%I
|
||
|
UtmpMode=user
|
||
|
TTYPath=/dev/%I
|
||
|
TTYReset=yes
|
||
|
TTYVHangup=yes
|
||
|
TTYVTDisallocate=yes
|
||
|
StandardInput=tty-fail
|
||
|
PAMName=cage
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical.target
|
||
|
DefaultInstance=tty7
|