diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-04-14 00:53:48 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-04-14 00:53:48 +0200 |
commit | 8c88d97b016c712b68463e75a03298c96b5efb35 (patch) | |
tree | 9dad84786fd43515da08feaa3a79d86858b19d63 /etc | |
parent | eb0899351549f8939dd73c1aa75a25991db418fd (diff) | |
download | itzks-systems-8c88d97b016c712b68463e75a03298c96b5efb35.tar.gz itzks-systems-8c88d97b016c712b68463e75a03298c96b5efb35.tar.bz2 itzks-systems-8c88d97b016c712b68463e75a03298c96b5efb35.zip |
etc/default/epoptes-client.d/: Initial approach of setting a custom epoptes server.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/default/epoptes-client.d/90_itzks-systems-diskless | 1 | ||||
-rw-r--r-- | etc/default/epoptes-client.d/90_itzks-systems-workstation | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/default/epoptes-client.d/90_itzks-systems-diskless b/etc/default/epoptes-client.d/90_itzks-systems-diskless new file mode 100644 index 0000000..5a53e09 --- /dev/null +++ b/etc/default/epoptes-client.d/90_itzks-systems-diskless @@ -0,0 +1 @@ +SERVER=epoptes-server
\ No newline at end of file diff --git a/etc/default/epoptes-client.d/90_itzks-systems-workstation b/etc/default/epoptes-client.d/90_itzks-systems-workstation new file mode 100644 index 0000000..5a53e09 --- /dev/null +++ b/etc/default/epoptes-client.d/90_itzks-systems-workstation @@ -0,0 +1 @@ +SERVER=epoptes-server
\ No newline at end of file |