Introduce src, obj, build, docs & modify Makefile

This commit is contained in:
2018-02-16 15:30:36 +02:00
parent 3a0ccd3b31
commit bd9ebee627
29 changed files with 15 additions and 21 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=Remote Management and Provisioning Server
After=network.target
[Service]
Type=simple
#PIDFile=/run/rmps/rmpsd.pid
ExecStart=/usr/bin/rmpsd start --daemonize=no
ExecStop=/usr/bin/rmpsd stop
ExecReload=/usr/bin/rmpsd reload
Restart=always
[Install]
WantedBy=multi-user.target