vicinae: Update to post 0.17 settings
This commit is contained in:
parent
398bc87bc8
commit
113b155fe8
3 changed files with 36 additions and 7 deletions
|
|
@ -81,10 +81,11 @@
|
|||
};
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists "home-files/.config/vicinae/vicinae.json"
|
||||
assertFileExists "home-files/.config/vicinae/settings.json"
|
||||
assertFileExists "home-files/.config/systemd/user/vicinae.service"
|
||||
assertFileExists "home-files/.local/share/vicinae/themes/catppuccin-mocha.toml"
|
||||
assertFileExists "home-files/.local/share/vicinae/extensions/gif-search/package.json"
|
||||
assertFileExists "home-files/.local/share/vicinae/extensions/test-extension/package.json"
|
||||
assertFileContent "home-files/.config/systemd/user/vicinae.service" ${./service.service}
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
15
tests/modules/programs/vicinae/service.service
Normal file
15
tests/modules/programs/vicinae/service.service
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=@vicinae@/bin/vicinae server
|
||||
KillMode=process
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
Type=simple
|
||||
|
||||
[Unit]
|
||||
After=graphical-session.target
|
||||
Description=Vicinae server daemon
|
||||
Documentation=https://docs.vicinae.com
|
||||
PartOf=graphical-session.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue