diff options
author | Vincent Ambo <dev@tazj.in> | 2014-03-11T18·32+0100 |
---|---|---|
committer | Vincent Ambo <dev@tazj.in> | 2014-03-11T18·32+0100 |
commit | 3a004b49d8e84895d936f3898972a3cf301f6dd2 (patch) | |
tree | ec5943368ea3b3caea2c7ee6f173a98e11098e08 /arch/tazblog@.service | |
parent | d969c6ffc70db8aefa7206e4c10d16f932422792 (diff) |
Added systemd service file
Diffstat (limited to 'arch/tazblog@.service')
-rw-r--r-- | arch/tazblog@.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/tazblog@.service b/arch/tazblog@.service new file mode 100644 index 000000000000..2b6f115eb510 --- /dev/null +++ b/arch/tazblog@.service @@ -0,0 +1,11 @@ +[Unit] +Description=tazblog web process + +[Service] +Type=simple +ExecStart=/usr/bin/tazblog +Restart=always +User=%i + +[Install] +WantedBy=multi-user.target |