OSDN Git Service

seatd: update for new release.
authormobinmob <mobinmob@disroot.org>
Sun, 10 Jul 2022 17:02:11 +0000 (20:02 +0300)
committermobinmob <mobinmob@disroot.org>
Sun, 10 Jul 2022 17:02:11 +0000 (20:02 +0300)
- the loglevel is now a cli agrument
- add agument -n 3 for s6 notification support
- change type to longrun and define @notify = 3

usr/share/66/service/seatd

index 1c953a5..3c9b99d 100644 (file)
@@ -1,12 +1,12 @@
 [main]
-@type = classic
-@version = 0.0.2
+@type = longrun
+@version = 0.0.3
 @description = "seat daemon"
+@notify = 3
 @user = ( root )
 
 [start]
 @execute = ( execl-cmdline -s { seatd ${cmd_args} } )
 
 [environment]
-SEATD_LOGLEVEL=error
-cmd_args=!-g _seatd
+cmd_args=!-n 3 -g _seatd -l error