Systemd has unified the boolean value with "yes/no".
Systemd internally "true" and "yes" are the same value.
Change-Id: I3272406abd28406047d5e745d407f0917f8005e1
SmackProcessLabel=System
Sockets=swap_manager.socket
-PermissionsStartOnly=true
+PermissionsStartOnly=yes
ExecStartPre=/bin/rm -f /run/swap/trigger_shell/swap_manager_error
ExecStartPre=/usr/bin/swap_module.sh load
ExecStart=/usr/bin/swap_manager
[Unit]
Description=swap_manager sockets
-StopWhenUnneeded=true
+StopWhenUnneeded=yes
# lib.socket
[Socket]
ListenStream=/run/swap/lib.socket
SmackLabelIPIn=*
SmackLabelIPOut=@
-RemoveOnStop=true
+RemoveOnStop=yes
# ui_lib.socket
[Socket]
ListenStream=/run/swap/ui_lib.socket
SmackLabelIPIn=*
SmackLabelIPOut=@
-RemoveOnStop=true
+RemoveOnStop=yes
[Install]
WantedBy=sockets.target