abrechenbarkeit-sd/airootfs/etc/systemd/system/abrechenbarkeit@.service
metamuffin 15fdf1163d
works
2024-11-07 01:28:26 +01:00

27 lines
657 B
Desktop File

[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