21 lines
506 B
Desktop File
21 lines
506 B
Desktop File
##########################################################################
|
|
# lgregmapper systemd service file
|
|
##########################################################################
|
|
|
|
[Unit]
|
|
Description=Looking Glass Registry Mapper
|
|
After=network.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
User=lglass
|
|
Group=lglass
|
|
Type=simple
|
|
Restart=on-failure
|
|
ExecStart=/opt/lgregmapper/lgregmapper -b ":11211"
|
|
|
|
#########################################################################
|
|
# end of file
|