RPM tweaks
This commit is contained in:
parent
3cfbf9cf6e
commit
93feaf1410
4
pom.xml
4
pom.xml
|
@ -220,7 +220,7 @@
|
|||
<mapping>
|
||||
<directory>/opt/mousetech/gourmetj</directory>
|
||||
<configuration>true</configuration>
|
||||
<filemode>440</filemode>
|
||||
<filemode>640</filemode>
|
||||
<username>gourmetj</username>
|
||||
<groupname>gourmetj</groupname>
|
||||
<sources>
|
||||
|
@ -233,7 +233,7 @@
|
|||
<directory>/etc/systemd/system/</directory>
|
||||
<directoryIncluded>false</directoryIncluded>
|
||||
<configuration>true</configuration>
|
||||
<filemode>440</filemode>
|
||||
<filemode>740</filemode>
|
||||
<sources>
|
||||
<source>
|
||||
<location>src/main/systemd/gourmetj.service</location>
|
||||
|
|
|
@ -12,5 +12,6 @@ ExecStart=/usr/bin/java -jar gourmetj.jar
|
|||
#Restart=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Alias=gourmetj.service
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user