PiPedal 1.2.33 initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#include "Install.hpp"
|
||||
#include "Sudo.hpp"
|
||||
#include "cassert"
|
||||
#include "DBusLog.hpp"
|
||||
|
||||
int InstallService()
|
||||
{
|
||||
assert(IsSudo());
|
||||
LogInfo("","InstallService","");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
int UninstallService()
|
||||
{
|
||||
assert(IsSudo());
|
||||
LogInfo("","Uninstall","");
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user