OSDN Git Service

seatd: remove unnecessary execl-cmdline - thanks @Obarun
authormobinmob <mobinmob@disroot.org>
Mon, 9 Aug 2021 21:09:59 +0000 (00:09 +0300)
committermobinmob <mobinmob@disroot.org>
Mon, 9 Aug 2021 21:09:59 +0000 (00:09 +0300)
usr/share/66/service/seatd

index 59f481e..f25f1c8 100644 (file)
@@ -6,9 +6,8 @@
 
 [start]
 @execute = ( 
- execl-cmdline -s {
  export SEATD_LOGLEVEL ${SEATD_LOGLEVEL} 
- seatd -g _seatd )
+ seatd -g _seatd )
 
 [environment]
 SEATD_LOGLEVEL=error