Initial commit
This commit is contained in:
16
systemd/river.service
Normal file
16
systemd/river.service
Normal file
@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=A dynamic tiling Wayland compositor
|
||||
Documentation=man:river(1)
|
||||
BindsTo=river-session.target
|
||||
Before=river-session.target
|
||||
Wants=river-session-pre.target
|
||||
After=river-session-pre.target
|
||||
|
||||
[Service]
|
||||
Slice=session.slice
|
||||
Type=notify
|
||||
ExecStart=%h/.local/bin/river
|
||||
Restart=on-failure
|
||||
RestartSec=2
|
||||
NotifyAccess=all
|
||||
ExecStopPost=/usr/bin/systemctl --user unset-environment DISPLAY WAYLAND_DISPLAY
|
||||
Reference in New Issue
Block a user