Date: Wednesday, May 18, 2022 @ 20:02:49 Author: ainola Revision: 1209143
Remove unused systemd target/service These might have been intended for some custom downstream use but were never actually packaged. Seeing as upstream does not approve of these and instead wishes users to implement their own setup using their Wiki, I think it best to have the user do just that without downstream fragmentation. Deleted: sway/trunk/sway-session.target sway/trunk/sway.service ---------------------+ sway-session.target | 8 -------- sway.service | 16 ---------------- 2 files changed, 24 deletions(-) Deleted: sway-session.target =================================================================== --- sway-session.target 2022-05-18 19:46:40 UTC (rev 1209142) +++ sway-session.target 2022-05-18 20:02:49 UTC (rev 1209143) @@ -1,8 +0,0 @@ -# https://github.com/swaywm/sway/wiki/Systemd-integration - -[Unit] -Description=sway compositor session -Documentation=man:systemd.special(7) -BindsTo=graphical-session.target -Wants=graphical-session-pre.target -After=graphical-session-pre.target Deleted: sway.service =================================================================== --- sway.service 2022-05-18 19:46:40 UTC (rev 1209142) +++ sway.service 2022-05-18 20:02:49 UTC (rev 1209143) @@ -1,16 +0,0 @@ -# https://github.com/swaywm/sway/wiki/Systemd-integration - -[Unit] -Description=sway - SirCmpwn's Wayland window manager -Documentation=man:sway(5) -BindsTo=graphical-session.target -Wants=graphical-session-pre.target -After=graphical-session-pre.target - -[Service] -Type=simple -EnvironmentFile=-%h/.config/sway/env -ExecStart=/usr/bin/sway -Restart=on-failure -RestartSec=1 -TimeoutStopSec=10
