1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-18 23:06:04 +02:00

common: Add checkservices script

Signed-off-by: Florian Pritz <bluewind@xinu.at>
This commit is contained in:
Florian Pritz 2016-08-01 16:09:51 +02:00
parent e191dc706b
commit d94ba56d77
No known key found for this signature in database
GPG Key ID: 6D1655C14CE1C13E
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "roles/common/files/archutils"]
path = roles/common/files/archutils
url = https://github.com/seblu/archutils.git

@ -0,0 +1 @@
Subproject commit e02c51ec9fd4aa4d03a8bfad473ecc59f7ed2a63

View File

@ -37,3 +37,6 @@
template: src=10-static-ethernet.network.j2 dest=/etc/systemd/network/10-static-ethernet.network owner=root group=root mode=0644
notify:
- restart networkd
- name: install checkservices
copy: src=archutils/checkservices dest=/usr/local/bin/checkservices owner=root group=root mode=0755