1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-06-09 00:06:08 +02:00

runit per user improved

This commit is contained in:
eoli3n 2021-05-15 17:56:17 +02:00
parent 43c6ea6e94
commit 4af12bc100
4 changed files with 12 additions and 4 deletions

View File

@ -2,7 +2,6 @@ set -x LANG 'fr_FR.UTF-8'
set -x EDITOR 'nvim'
set -x VISUAL 'nvim'
set -x PAGER 'most'
set -x SVDIR '~/.config/service'
set -gx SYSTEMD_PAGER 'less'
set -U fish_greeting ""

View File

@ -0,0 +1 @@
set -x SVDIR '~/service'

View File

@ -1,5 +1,15 @@
---
- name: create service dir
file:
path: ~/.config/service
path: ~/service
state: directory
- name: set svdir in fish
copy:
src: runit.fish
dest: ~/.config/fish/conf.d/
- name: user services
synchronize:
src: service/
dest: ~/service

View File

@ -230,7 +230,5 @@ exec mako
exec syncthing
# pipewire
{% if ansible_os_family == 'void' %}
exec pipewire
exec pipewire-pulse
{% endif %}