PHP Classes

File: cli/stubs/init/systemd

Recommend this page to a friend!
  Classes of Joaquin   Laravel Valet Linux   cli/stubs/init/systemd   Download  
File: cli/stubs/init/systemd
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Valet Linux
Run Laravel environment under a Linux machine
Author: By
Last change:
Date: 6 years ago
Size: 555 bytes
 

Contents

Class file image Download
[Unit] Description=Valet DNS Resolution After=network-online.target Wants=network-online.target systemd-networkd-wait-online.service [Service] Restart=on-abnormal ; User and group the process will run as. User=root Group=root Type=forking ExecStart=/opt/valet-linux/valet-dns start ExecStop=/opt/valet-linux/valet-dns stop ExecReload=/opt/valet-linux/valet-dns restart KillMode=process ; Use a minimal /dev PrivateDevices=true ; Hide /home, /root, and /run/user. Nobody will steal your SSH-keys. ProtectHome=true [Install] WantedBy=multi-user.target