add pid file to systemd unit and move services to data folder

This commit is contained in:
Chris Cromer 2020-08-29 11:03:49 -04:00
parent e8d0a906a5
commit 69bd767cd6
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
13 changed files with 6 additions and 6 deletions

View File

@ -1,4 +0,0 @@
subdir('openrc')
subdir('runit')
subdir('s6')
subdir('systemd')

View File

@ -26,3 +26,7 @@ subdir('ui')
subdir('icons')
subdir('gschema')
subdir('man')
subdir('openrc')
subdir('runit')
subdir('s6')
subdir('systemd')

View File

@ -3,6 +3,7 @@ Description=TUF Manager Server
[Service]
Type=forking
PIDFile=/run/tufmanager/pid
ExecStart=@LIBEXECDIR@/tuf-server
[Install]

View File

@ -4,7 +4,7 @@ project(
'c',
'vala'
],
version: '1.2.1',
version: '1.2.2',
license: 'BSD-3',
default_options:
[
@ -28,4 +28,3 @@ subdir('data')
subdir('src')
subdir('docs')
subdir('script')
subdir('contrib')