dev/provisioning/modules/sysconfig/files/handle/handle.service
changeset 146 dc4d1cdc47e0
equal deleted inserted replaced
145:49b75287c30b 146:dc4d1cdc47e0
       
     1 [Unit]
       
     2 Description=Handle server
       
     3 Documentation=http://handle.net
       
     4 
       
     5 [Service]
       
     6 Type=simple
       
     7 EnvironmentFile=/etc/sysconfig/handle
       
     8 User=handle
       
     9 Group=handle
       
    10 # PIDFile=/var/run/handle/handle.pid
       
    11 ExecStart=/opt/handle/sbin/start_handle "${HANDLE_KEY_PSWD}"
       
    12 ExecStop=/usr/bin/rm -f /var/lib/handle/delete_this_to_stop_server
       
    13 
       
    14 [Install]
       
    15 WantedBy=multi-user.target