mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-11-03 04:27:17 -05:00
efdea56b8e
* release version 3.0 * change appropriate documentation * change debian packaging for 3.0
11 lines
242 B
Desktop File
11 lines
242 B
Desktop File
[Unit]
|
|
Description=Gophernicus gopher server
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/default/gophernicus
|
|
EnvironmentFile=-/etc/sysconfig/gophernicus
|
|
ExecStart=/usr/sbin/gophernicus -h %H $OPTIONS
|
|
SuccessExitStatus=1
|
|
StandardInput=socket
|
|
User=nobody
|