OSDN Git Service

Merge pull request #101 from mobinmob/seatd_fix
authormobinmob <39646700+mobinmob@users.noreply.github.com>
Wed, 11 Aug 2021 20:57:07 +0000 (23:57 +0300)
committerGitHub <noreply@github.com>
Wed, 11 Aug 2021 20:57:07 +0000 (23:57 +0300)
seatd: remove unnecessary execl-cmdline - thanks @Obarun

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