wmstartup: Add more services, move service logic out of common.bash

This commit is contained in:
2018-08-27 11:51:06 -05:00
parent 188961da25
commit c0b14dba2d
9 changed files with 70 additions and 26 deletions

View File

@@ -0,0 +1,13 @@
#! /usr/bin/env bash
#
# Simple wmstartup service
# Copyright (C) 2018 salt <salt@lap-th-e560-0>
#
# Distributed under terms of the MIT license.
#
source $DTF_SERVICES_DIR/common.bash
service_name="Dropbox"
service_process="dropbox"
service_kill_on_reload="false"