- Update to 0.15.1: Fixed: * Allow mmap in seccomp sandbox - Added systemd services from git contrib - Update to 0.15: Added: * Added bar orientation = horizontal | vertical * Look for config file in /etc/wob/wob.ini * New optional build dependency on cmocka (to run tests) Changed: * Replace inputting colors via stdin with styles OBS-URL: https://build.opensuse.org/request/show/1111736 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wob?expand=0&rev=14
10 lines
227 B
SYSTEMD
10 lines
227 B
SYSTEMD
[Socket]
|
|
ListenFIFO=%t/wob.sock
|
|
SocketMode=0600
|
|
RemoveOnStop=on
|
|
# If wob exits on invalid input, systemd should NOT shove following input right back into it after it restarts
|
|
FlushPending=yes
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|