github.com/aamcrae/webcam@v0.0.0-20210915060337-934acc13bdc3/examples/imageserver/imageserver.service (about)

     1  [Unit]
     2  Description=webcam image server
     3  After=network.target
     4  
     5  [Service]
     6  User=root
     7  Type=simple
     8  TimeoutStopSec=10
     9  ExecStart=/usr/local/bin/imageserver --delay=2 --controls=focus=175,power_line_frequency=1
    10  
    11  Restart=on-failure
    12  RestartSec=15s
    13  SuccessExitStatus=SIGKILL
    14  
    15  [Install]
    16  WantedBy=default.target